We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d080b commit 5652bf9Copy full SHA for 5652bf9
assets/mac/parent.plist
@@ -5,6 +5,6 @@
5
<key>com.apple.security.app-sandbox</key>
6
<true/>
7
<key>com.apple.security.application-groups</key>
8
- <string>VEKTX9H2N7.com.electron.electron-api-demos</string>
+ <string>VEKTX9H2N7.com.github.electron-api-demos</string>
9
</dict>
10
</plist>
script/mas.sh
@@ -6,6 +6,7 @@ electron-packager . \
--asar \
--overwrite \
--platform=mas \
+ --app-bundle-id=com.github.electron-api-demos \
--arch=x64 \
11
--icon=assets/app-icon/mac/app.icns \
12
--prune=true \
0 commit comments