Skip to content

Commit

Permalink
added linux deploy script to git
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Oct 17, 2014
1 parent 6377f59 commit 87d7958
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Telegram/DeployLinux32.sh
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 87d7958

Please sign in to comment.