mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
added linux deploy script to git
This commit is contained in:
parent
6377f59e23
commit
87d795807d
1 changed files with 16 additions and 0 deletions
16
Telegram/DeployLinux32.sh
Executable file
16
Telegram/DeployLinux32.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
AppVersionStr=0.6.3
|
||||
AppVersion=6003
|
||||
|
||||
if [ ! -f "./../Linux/Release/deploy/$AppVersionStr/tlinux32upd$AppVersion" ]; then
|
||||
echo "tlinux32upd$AppVersion not found!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -f "./../Linux/Release/deploy/$AppVersionStr/tsetup32.$AppVersionStr.tar.xz" ]; then
|
||||
echo "tsetup32.$AppVersionStr.zip not found!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
scp ./../Linux/Release/deploy/$AppVersionStr/tlinux32upd$AppVersion tupdates:tdesktop/static/tlinux32/
|
||||
scp ./../Linux/Release/deploy/$AppVersionStr/tsetup32.$AppVersionStr.tar.xz tupdates:tdesktop/static/tlinux32/
|
||||
|
Loading…
Add table
Reference in a new issue