Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 8a8c013

Browse files
committed
asar does not notarize
1 parent c27bc51 commit 8a8c013

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

forge.config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ const config = {
1616
packagerConfig: {
1717
name: 'SpesaBot',
1818
executableName: 'spesabot',
19-
asar: {
20-
unpack: "**/node_modules/puppeteer/.local-chromium/**/*"
21-
// unpack: "**/node_modules/puppeteer/**/*"
22-
},
23-
// asar: false,
19+
// asar: {
20+
// unpack: "**/node_modules/puppeteer/.local-chromium/**/*"
21+
// // unpack: "**/node_modules/puppeteer/**/*"
22+
// },
23+
asar: false,
2424
icon: path.resolve(__dirname, 'assets', 'icons', 'spesabot'),
2525
appBundleId: process.env.APPLE_BUNDLE_ID,
2626
appCategoryType: 'public.app-category.utilities',

0 commit comments

Comments
 (0)