Skip to content

Commit 1c4daec

Browse files
committed
* nsis build options
* Added portable back
1 parent ef56363 commit 1c4daec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"copyright": "Copyright © 2020 ${author}",
1616
"win": {
1717
"target": [
18-
"nsis"
18+
"nsis", "portable"
1919
],
2020
"icon": "assets/Icon-512x512.png"
2121
},
@@ -24,6 +24,9 @@
2424
"AppImage"
2525
],
2626
"icon": "assets/Icon-512x512.png"
27+
},
28+
"nsis": {
29+
"license": "LICENSE"
2730
}
2831
},
2932
"main": "public/electron.js",

0 commit comments

Comments
 (0)