fix on spk

This commit is contained in:
rustdesk 2021-04-11 20:57:32 +08:00
parent a8d3ba56b2
commit 00f1028110
2 changed files with 3 additions and 3 deletions

5
spk.sh
View File

@ -12,8 +12,9 @@ cp ../target/release/hbbs bin/
cp ../target/release/hbbr bin/ cp ../target/release/hbbr bin/
strip bin/hbbs strip bin/hbbs
strip bin/hbbr strip bin/hbbr
tar czf ../spk/package.tgz ./* tar -czf ../spk/package.tgz *
cd .. cd ..
cd spk cd spk
tar cf rustdesk-server-synology.spk ./* #md5 package.tgz | awk '{print "checksum=\"" $4 "\""}' >> INFO
tar -cvf rustdesk-server-synology.spk *
mv rustdesk-server-synology.spk .. mv rustdesk-server-synology.spk ..

View File

@ -14,6 +14,5 @@ thirdparty="yes"
install_reboot="no" install_reboot="no"
install_dep_packages="" install_dep_packages=""
install_conflict_packages="" install_conflict_packages=""
checksum="b66b5f9f889229092ed76e42b23878e4"
extractsize="" extractsize=""
checkport="no" checkport="no"