We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f191da commit e0d0203Copy full SHA for e0d0203
forge.config.ts
@@ -43,7 +43,10 @@ const config: ForgeConfig = {
43
} else if (platform === "darwin") {
44
removeNextjsModules(
45
electronModules,
46
- path.join(extractPath, "resources/app/node_modules"),
+ path.join(
47
+ extractPath,
48
+ "chisel-editor.app/Contents/Resources/app/node_modules",
49
+ ),
50
);
51
} else if (platform === "linux") {
52
0 commit comments