From 466c92edcf50bf1a0789050cd8e33bec78f8d9b6 Mon Sep 17 00:00:00 2001 From: My Hush Date: Thu, 12 Dec 2019 16:15:31 +0100 Subject: [PATCH] fix company name for mkmacdmg.sh --- res/Info.plist | 2 +- src/scripts/mkmacdmg.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 73e008e..29c27ab 100755 --- a/src/scripts/mkmacdmg.sh +++ b/src/scripts/mkmacdmg.sh @@ -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]"