Alpha 1.1.4: Fix build script for macOS.

Regression was introduced in b86da76613.
This commit is contained in:
John Preston 2017-05-24 23:00:23 +03:00
parent b04c03a5c3
commit 78d4f29af3
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
fi
gyp/refresh.sh
cd ../
xcodebuild -project Telegram.xcodeproj -alltargets -configuration Release build
if [ ! -d "$ReleasePath/$BinaryName.app" ]; then