Skip to content

Commit 8ffcbaf

Browse files
committed
fix: win32 maker platform
1 parent ba6c796 commit 8ffcbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

desktop-app/forge.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ const config: ForgeConfig = {
1919
},
2020
rebuildConfig: {},
2121
makers: [
22-
new MakerZIP({}, ["darwin", "win64"]),
22+
new MakerZIP({}, ["darwin", "win32"]),
2323
new MakerSquirrel(
2424
{
2525
iconUrl: "./assets/drew-icon.icns",
2626
title: `Drew Localhost ${process.arch}`,
2727
name: "Drew Localhost",
2828
},
29-
["win64"]
29+
["win32"]
3030
),
3131
new MakerDMG(
3232
{

0 commit comments

Comments
 (0)