混淆过的.c文件
This commit is contained in:
2022-08-29 15:44:22 +08:00
parent 1331c369ad
commit 807777e3dc
6 changed files with 833 additions and 4 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
spark-store (3.2) stable; urgency=medium
* 新增下载量统计功能
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
spark-store (3.1.6) stable; urgency=medium
* 修复部分情况下无法选中正确的镜像源的问题

3
debian/control vendored
View File

@@ -36,7 +36,8 @@ Depends:${shlibs:Depends}, ${misc:Depends},
curl,
dde-qt5integration,
bubblewrap,
aria2
aria2,
gcc
Description: Spark Store
A community powered app store, based on DTK.
Recommends: apt-fast

View File

@@ -19,9 +19,11 @@ case "$1" in
ln -s -f /opt/durapps/spark-store/bin/spark-dstore-patch /usr/local/bin/spark-dstore-patch
ln -s -f /opt/durapps/spark-store/bin/aptss /usr/local/bin/ss-apt-fast
ln -s -f /opt/durapps/spark-store/bin/aptss /usr/bin/aptss
ln -s -f /opt/durapps/spark-store/bin/aptss /usr/bin/aptss
# Compile the Sender module
gcc /opt/durapps/spark-store/bin/ss-feedback/sender-d.sh.c -o /opt/durapps/spark-store/bin/ss-feedback/sender-d
# Download and install key
mkdir -p /tmp/spark-store-install/

View File

@@ -11,6 +11,9 @@ rm /usr/bin/aptss
rm -rf /etc/aptss/
# Remove Sender module
rm /opt/durapps/spark-store/bin/ss-feedback/sender-d
# Remove residual symbol links to stop upgrade detect if exist
if [ -e /etc/xdg/autostart/spark-update-notifier.desktop ];then
rm /etc/xdg/autostart/spark-update-notifier.desktop