Skip to content

Commit c6751ad

Browse files
committed
Disable makePri
1 parent 738075d commit c6751ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎scripts/package-appx.mjs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const sharedOptions = {
6363
windowsKit: windowsKitPath,
6464
deploy: false,
6565
assets: assetsPath,
66-
makePri: true,
66+
makePri: false, // from electron2appx docs: "you don't need to unless you know you do"
6767
packageDisplayName: 'Studio by WordPress.com',
6868
// See details at https://partner.microsoft.com/en-us/dashboard/products/<id>/identity
6969
publisher: 'CN=E2E5A157-746D-4B04-9116-ABE5CB928306',

0 commit comments

Comments
 (0)