فهرست منبع

renaming created files/folders

circular17 6 سال پیش
والد
کامیت
ff67232763
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lazpaint/release/macOS/makedmg.sh

+ 2 - 2
lazpaint/release/macOS/makedmg.sh

@@ -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]+'`