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>
<string>${CPACK_BUNDLE_NAME}.icns</string>
<key>CFBundleIdentifier</key>
<string>org.openttd.openttd</string>
<string>org.openttd.openttd.jgrpp</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

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

Loading…
Cancel
Save