1
0
Fork 0

Potentially correct value for CFBundleExecutable

Some plugins would load, others didn't, and I think the ones with spaces
didn't so this might be why.
This commit is contained in:
Robbert van der Helm 2022-06-17 11:27:48 +02:00
parent 18a679ce68
commit 285f831e77

View file

@ -575,7 +575,7 @@ pub fn maybe_create_macos_bundle_metadata(
<plist> <plist>
<dict> <dict>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>{package}</string> <string>{display_name}</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>