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:
parent
18a679ce68
commit
285f831e77
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue