Skip to content

Commit

Permalink
fix: 🩹 Restore the windows build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 6, 2024
1 parent 85bf096 commit 9491069
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
{
"target": "nsis",
"arch": ["x64", "arm64"]
},
{
"target": "zip",
"arch": ["x64", "arm64"]
},
{
"target": "portable",
"arch": ["x64", "arm64"]
},
{
"target": "appx",
"arch": ["x64", "arm64"]
}
],
"artifactName": "${productName}-${version}-win-${arch}.${ext}",
Expand Down

0 comments on commit 9491069

Please sign in to comment.