Skip to content

Commit

Permalink
Display license info upon installation on win32 machines (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani authored Jan 18, 2019
1 parent 2ad0199 commit 267fab8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"scripts": {
"test": "xo && stylelint 'src/style/*.css'",
"release": "build --publish always",
"release": "build --win --x64",
"start": "electron ."
},
"dependencies": {
Expand Down Expand Up @@ -104,6 +104,9 @@
}
]
},
"nsis": {
"license": "license.md"
},
"snap": {
"grade": "stable",
"confinement": "strict"
Expand Down

0 comments on commit 267fab8

Please sign in to comment.