Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xyTom committed Mar 28, 2024
1 parent 2ae1ecc commit 85396e6
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 146 deletions.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: ForgeConfig = {
asar: true,
},
rebuildConfig: {},
makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})],
makers: [new MakerSquirrel({}), new MakerZIP({}, ['win32']), new MakerRpm({}), new MakerDeb({})],
plugins: [
new VitePlugin({
// `build` can specify multiple entry builds, which can be Main process, Preload scripts, Worker process, etc.
Expand Down
Loading

0 comments on commit 85396e6

Please sign in to comment.