diff --git a/res/Info.plist b/res/Info.plist index aecc2d7..7291f01 100644 --- a/res/Info.plist +++ b/res/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile logo.icns CFBundleIdentifier - com.yourcompany.SilentDragonLite + com.MyHush.SilentDragonLite CFBundlePackageType APPL CFBundleSignature diff --git a/src/scripts/mkmacdmg.sh b/src/scripts/mkmacdmg.sh index cd6a91d..29c27ab 100755 --- a/src/scripts/mkmacdmg.sh +++ b/src/scripts/mkmacdmg.sh @@ -102,7 +102,7 @@ echo "[OK]" echo -n "Building dmg..........." mv SilentDragonLite.app SilentDragonLite.app -create-dmg --volname "SilentDragonLite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "SilentDragonLite.app" 200 190 --app-drop-link 600 185 --hide-extension "SilentDragonLite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg SilentDragonLite.app >/dev/null 2>&1 +create-dmg --volname "SilentDragonLite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "SilentDragonLite.app" 200 190 --icon-size 100 --app-drop-link 600 185 --hide-extension "SilentDragonLite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg SilentDragonLite.app >/dev/null 2>&1 if [ ! -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg ]; then echo "[ERROR]" @@ -112,5 +112,5 @@ echo "[OK]" # Submit to Apple for notarization echo -n "Apple notarization....." -xcrun altool --notarize-app -t osx -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg --primary-bundle-id="com.yourcompany.SilentDragonLite" -u "$APPLE_USERNAME" -p "$APPLE_PASSWORD" +xcrun altool --notarize-app -t osx -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg --primary-bundle-id="com.MyHush.SilentDragonLite" -u "$APPLE_USERNAME" -p "$APPLE_PASSWORD" echo "[OK]" diff --git a/src/version.h b/src/version.h index dd697aa..c2a9826 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.1.3" +#define APP_VERSION "1.1.4"