Skip to content

Commit 3e7ca45

Browse files
committed
changed the windows to win32 to build on macos, the electron-forge/dist/make.js requires it to compile windows builds
1 parent 8f335ba commit 3e7ca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
makers: [
77
{
88
name: '@electron-forge/maker-squirrel',
9-
platforms: ['windows'],
9+
platforms: ['win32'],
1010
config: {
1111
bin: 'simplycode',
1212
}

0 commit comments

Comments
 (0)