Skip to content

Commit

Permalink
fixed build script for beta version 9014002
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Dec 4, 2015
1 parent 7f47fba commit 44f62fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/Build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
mkdir "$DeployPath/Telegram"
cp -r "$ReleasePath/$BinaryName.app" "$DeployPath/Telegram/"
if [ "$BetaVersion" != "0" ]; then
zip -r "$ReleasePath/$SetupFile" "$DeployPath/Telegram"
cd "$DeployPath" && zip -r "$SetupFile" "Telegram" && mv "$SetupFile" "./../../../" && cd "./../../../$HomePath"
mv "$ReleasePath/$BetaKeyFile" "$DeployPath/"
fi
mv "$ReleasePath/$BinaryName.app.dSYM" "$DeployPath/"
Expand Down

0 comments on commit 44f62fa

Please sign in to comment.