Skip to content

Commit 5652bf9

Browse files
committed
Use com.github bundle id
1 parent 28d080b commit 5652bf9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/mac/parent.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
77
<key>com.apple.security.application-groups</key>
8-
<string>VEKTX9H2N7.com.electron.electron-api-demos</string>
8+
<string>VEKTX9H2N7.com.github.electron-api-demos</string>
99
</dict>
1010
</plist>

script/mas.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ electron-packager . \
66
--asar \
77
--overwrite \
88
--platform=mas \
9+
--app-bundle-id=com.github.electron-api-demos \
910
--arch=x64 \
1011
--icon=assets/app-icon/mac/app.icns \
1112
--prune=true \

0 commit comments

Comments
 (0)