Skip to content

Commit

Permalink
Merge pull request #1327 from hovancik/appx
Browse files Browse the repository at this point in the history
Adds appx build for Microsoft store
  • Loading branch information
hovancik authored Jun 4, 2023
2 parents 33c8d1a + a4f5032 commit 3d20cbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"win": {
"target": [
"nsis",
"7z"
"7z",
"appx"
],
"asarUnpack": [
"node_modules/windows-quiet-hours/**",
Expand Down Expand Up @@ -117,9 +118,6 @@
"fetch",
"Notification",
"alert"
],
"ignore": [
"sun.js"
]
},
"devDependencies": {
Expand Down

0 comments on commit 3d20cbf

Please sign in to comment.