Skip to content

Commit

Permalink
Added AppX build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Feb 15, 2024
1 parent 576758f commit 8ce8eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
win: {
icon: "assets/Build/app-icon-dark-transparent.png",
target: [{ target: "msi" }, { target: "nsis" }, { target: "zip" }],
target: [{ target: "msi" }, { target: "nsis" }, { target: "zip" }, { target: "appx" }],
},
linux: {
icon: "assets/Build/app-icon-dark.png",
Expand Down

0 comments on commit 8ce8eec

Please sign in to comment.