fix company name for mkmacdmg.sh
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>logo.icns</string>
|
<string>logo.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.yourcompany.SilentDragonLite</string>
|
<string>com.MyHush.SilentDragonLite</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
|
|||||||
@@ -112,5 +112,5 @@ echo "[OK]"
|
|||||||
|
|
||||||
# Submit to Apple for notarization
|
# Submit to Apple for notarization
|
||||||
echo -n "Apple 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]"
|
echo "[OK]"
|
||||||
|
|||||||
Reference in New Issue
Block a user