PrepareMac fixed

This commit is contained in:
John Preston 2015-07-31 14:11:23 +03:00
parent eab0af50e0
commit 55e7ab75c9
1 changed files with 1 additions and 1 deletions

View File

@ -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