Skip to content

Commit

Permalink
feat: Add msi to Windows build assets
Browse files Browse the repository at this point in the history
MSIs are easier to install and an important part of our automated kiosk
setup process. They do slow down the dev process a bit, but we should
handle excluding those in another process.
  • Loading branch information
bryankennedy committed Jan 4, 2019
1 parent 8f86668 commit 2b63cd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
},
"win": {
"target": [
"nsis"
"nsis",
"msi"
]
},
"linux": {
Expand Down

0 comments on commit 2b63cd6

Please sign in to comment.