Skip to content

Commit

Permalink
[WIN32] Use ZIP maker instead of Squirrel.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacingBat3 committed May 4, 2021
1 parent b860204 commit 42b3574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@electron-forge/cli": "^6.0.0-beta.54",
"@electron-forge/maker-deb": "^6.0.0-beta.54",
"@electron-forge/maker-rpm": "^6.0.0-beta.54",
"@electron-forge/maker-squirrel": "^6.0.0-beta.54",
"@electron-forge/maker-zip": "^6.0.0-beta.54",
"@electron-forge/publisher-github": "^6.0.0-beta.54",
"@types/source-map-support": "^0.5.3",
Expand All @@ -64,7 +63,6 @@
"deepmerge": "^4.2.2",
"electron-fetch": "^1.7.3",
"electron-json-config": "^2.0.0-beta",
"electron-squirrel-startup": "^1.0.0",
"source-map-support": "^0.5.19"
},
"config": {
Expand Down
7 changes: 1 addition & 6 deletions src/ts/configForge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,10 @@ module.exports = {
]
},
makers: [
{
name: "@electron-forge/maker-squirrel",
config: {
name: "electron_discord_webapp"
}
},
{
name: "@electron-forge/maker-zip",
platforms: [
"win32",
"darwin"
]
},
Expand Down

0 comments on commit 42b3574

Please sign in to comment.