This commit is contained in:
rustdesk
2021-04-11 01:34:26 +08:00
parent 2648a45f33
commit 83f97a85fb
5 changed files with 26 additions and 8 deletions

7
spk.sh
View File

@@ -6,8 +6,8 @@ cd package
mkdir bin logs config
echo port=21116 > config/hbbs.conf
echo key= >> config/hbbs.conf
echo email= >> config/hbbs.conf
echo port=21117 > config/hbbr.conf
echo key= >> config/hbbr.conf
cp ../target/release/hbbs bin/
cp ../target/release/hbbr bin/
strip bin/hbbs
@@ -15,6 +15,5 @@ strip bin/hbbr
tar czf ../spk/package.tgz ./*
cd ..
cd spk
VER=1.1.3
tar cf RustDeskServer-x64-$VER.spk ./*
mv RustDeskServer-x64-$VER.spk ..
tar cf rustdesk-server-synology.spk ./*
mv rustdesk-server-synology.spk ..