2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

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

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