Skip to content

Commit 6e8c842

Browse files
author
Christopher Willis-Ford
committed
fix provisioning profile for new app store submissions
1 parent 53f20c3 commit 6e8c842

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

electron-builder.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ productName: "Scratch Desktop"
66
mac:
77
category: public.app-category.education
88
icon: buildResources/ScratchDesktop.icns
9+
provisioningProfile: embedded.provisionprofile
910
target:
1011
- dmg
1112
- mas
@@ -14,8 +15,6 @@ mas:
1415
category: public.app-category.education
1516
entitlements: buildResources/entitlements.plist
1617
icon: buildResources/ScratchDesktop.icns
17-
files:
18-
- embedded.provisionprofile
1918
win:
2019
icon: buildResources/ScratchDesktop.ico
2120
target:

0 commit comments

Comments
 (0)