mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 08:25:38 +00:00
added linux deploy script to git
This commit is contained in:
16
Telegram/DeployLinux.sh
Executable file
16
Telegram/DeployLinux.sh
Executable file
@@ -0,0 +1,16 @@
|
|||||||
|
AppVersionStr=0.6.3
|
||||||
|
AppVersion=6003
|
||||||
|
|
||||||
|
if [ ! -f "./../Linux/Release/deploy/$AppVersionStr/tlinuxupd$AppVersion" ]; then
|
||||||
|
echo "tlinuxupd$AppVersion not found!";
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -f "./../Linux/Release/deploy/$AppVersionStr/tsetup.$AppVersionStr.tar.xz" ]; then
|
||||||
|
echo "tsetup.$AppVersionStr.tar.xz not found!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
scp ./../Linux/Release/deploy/$AppVersionStr/tlinuxupd$AppVersion tupdates:tdesktop/static/tlinux/
|
||||||
|
scp ./../Linux/Release/deploy/$AppVersionStr/tsetup.$AppVersionStr.tar.xz tupdates:tdesktop/static/tlinux/
|
||||||
|
|
Reference in New Issue
Block a user