"make official" for Mac now builds update image as well as pkg (update image is just PKG + SFX script)

This commit is contained in:
Adam Ierymenko 2017-01-13 13:09:42 -08:00
commit 0e4d3244b2
2 changed files with 18 additions and 10 deletions

View file

@ -12,7 +12,7 @@ scriptPath="`dirname "$0"`/`basename "$0"`"
if [ ! -s "$scriptPath" ]; then
scriptPath="$0"
if [ ! -s "$scriptPath" ]; then
echo "Installer cannot determine its own path; $scriptPath is not readable."
echo "*** Auto-updater cannot determine its own path; $scriptPath is not readable."
exit 2
fi
fi