|
@@ -18,10 +18,10 @@ appnamenospaces=lazpaint
|
|
|
appbundle="$appname.app"
|
|
|
|
|
|
DMG_BACKGROUND_IMG="background.png"
|
|
|
-VOL_NAME="$appnamenospaces${appversion}_macOS"
|
|
|
+VOL_NAME="$appnamenospaces${appversion}_macos"
|
|
|
DMG_TMP="${VOL_NAME}-temp.dmg"
|
|
|
DMG_FINAL="${VOL_NAME}.dmg"
|
|
|
-STAGING_DIR="./macOS" # we copy all our stuff into this dir
|
|
|
+STAGING_DIR="./staging" # we copy all our stuff into this dir
|
|
|
|
|
|
# Check the background image DPI and convert it if it isn't 72x72
|
|
|
_BACKGROUND_IMAGE_DPI_H=`sips -g dpiHeight ${DMG_BACKGROUND_IMG} | grep -Eo '[0-9]+\.[0-9]+'`
|