Skip to content

Commit 7a23b96

Browse files
Explicitly set asar to false
1 parent 68420ac commit 7a23b96

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

forge.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const longDescription = `Swach is a powerful color management tool designed for
2222

2323
const config: ForgeConfig = {
2424
packagerConfig: {
25+
asar: false,
2526
darwinDarkModeSupport: true,
2627
icon: 'electron-app/resources/icon',
2728
name: 'Swach',
@@ -132,8 +133,8 @@ const config: ForgeConfig = {
132133
[FuseV1Options.EnableCookieEncryption]: true,
133134
[FuseV1Options.EnableNodeOptionsEnvironmentVariable]: false,
134135
[FuseV1Options.EnableNodeCliInspectArguments]: false,
135-
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
136-
[FuseV1Options.OnlyLoadAppFromAsar]: true,
136+
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: false,
137+
[FuseV1Options.OnlyLoadAppFromAsar]: false,
137138
}),
138139
],
139140
};

0 commit comments

Comments
 (0)