From 55e7ab75c9d15be5b8e7d352673fea66bfd9c186 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 31 Jul 2015 14:11:23 +0300 Subject: [PATCH] PrepareMac fixed --- Telegram/PrepareMac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/PrepareMac.sh b/Telegram/PrepareMac.sh index 97ab644144..584bd442e7 100755 --- a/Telegram/PrepareMac.sh +++ b/Telegram/PrepareMac.sh @@ -23,7 +23,7 @@ if [ -d "./../Mac/Release/deploy/$AppVersionStrMajor/$AppVersionStr" ]; then exit 1 fi -if [ -f "./../Mac/Release/tupdate$AppVersion" ]; then +if [ -f "./../Mac/Release/tmacupd$AppVersion" ]; then echo "Update file for version $AppVersion already exists!" exit 1 fi