MacOS: Change bundle ID

See: #208
pull/221/head
Jonathan G Rennison 3 years ago
parent 19b7ecf95a
commit eabfae9d31

@ -14,7 +14,7 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>${CPACK_BUNDLE_NAME}.icns</string> <string>${CPACK_BUNDLE_NAME}.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.openttd.openttd</string> <string>org.openttd.openttd.jgrpp</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>

@ -48,7 +48,7 @@ cat <<EOF > notarize.json
"notarize": [ "notarize": [
{ {
"path": "${dmg_filename[0]}", "path": "${dmg_filename[0]}",
"bundle_id": "org.openttd.openttd", "bundle_id": "org.openttd.openttd.jgrpp",
"staple": true "staple": true
} }
] ]

Loading…
Cancel
Save