Browse Source

fix company name for mkmacdmg.sh

pull/64/head
My Hush 4 years ago
parent
commit
466c92edcf
  1. 2
      res/Info.plist
  2. 2
      src/scripts/mkmacdmg.sh

2
res/Info.plist

@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>logo.icns</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.SilentDragonLite</string>
<string>com.MyHush.SilentDragonLite</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>

2
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]"

Loading…
Cancel
Save