Skip to content

Commit 0f191da

Browse files
committed
Fix darwin electron release build path bug
1 parent 7adaecb commit 0f191da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const config: ForgeConfig = {
4343
} else if (platform === "darwin") {
4444
removeNextjsModules(
4545
electronModules,
46-
"chisel-editor.app/Contents/Resources/app/node_modules",
46+
path.join(extractPath, "resources/app/node_modules"),
4747
);
4848
} else if (platform === "linux") {
4949
removeNextjsModules(

0 commit comments

Comments
 (0)