mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
fixed build script for beta version 9014002
This commit is contained in:
parent
7f47fba37d
commit
44f62fa9ba
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
|
||||||
mkdir "$DeployPath/Telegram"
|
mkdir "$DeployPath/Telegram"
|
||||||
cp -r "$ReleasePath/$BinaryName.app" "$DeployPath/Telegram/"
|
cp -r "$ReleasePath/$BinaryName.app" "$DeployPath/Telegram/"
|
||||||
if [ "$BetaVersion" != "0" ]; then
|
if [ "$BetaVersion" != "0" ]; then
|
||||||
zip -r "$ReleasePath/$SetupFile" "$DeployPath/Telegram"
|
cd "$DeployPath" && zip -r "$SetupFile" "Telegram" && mv "$SetupFile" "./../../../" && cd "./../../../$HomePath"
|
||||||
mv "$ReleasePath/$BetaKeyFile" "$DeployPath/"
|
mv "$ReleasePath/$BetaKeyFile" "$DeployPath/"
|
||||||
fi
|
fi
|
||||||
mv "$ReleasePath/$BinaryName.app.dSYM" "$DeployPath/"
|
mv "$ReleasePath/$BinaryName.app.dSYM" "$DeployPath/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue