mac: Set CFBundleExecutable for Electron Framework
This commit is contained in:
parent
d6842751bb
commit
51335934c1
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>${ATOM_BUNDLE_ID}</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME} Framework</string>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
|
|
Loading…
Reference in a new issue