mirror of https://github.com/procxx/kepka.git
PrepareMac fixed
This commit is contained in:
parent
eab0af50e0
commit
55e7ab75c9
|
@ -23,7 +23,7 @@ if [ -d "./../Mac/Release/deploy/$AppVersionStrMajor/$AppVersionStr" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "./../Mac/Release/tupdate$AppVersion" ]; then
|
if [ -f "./../Mac/Release/tmacupd$AppVersion" ]; then
|
||||||
echo "Update file for version $AppVersion already exists!"
|
echo "Update file for version $AppVersion already exists!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue