Skip to content

Commit 8014b40

Browse files
author
CIS Guru
committed
Updated documentation.
1 parent cf19793 commit 8014b40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

4-Nine/electron.manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"category": "public.app-category.business"
4444
},
4545
"win": {
46-
"target": "nsis",
46+
"target": ["nsis", "portable"],
4747
"icon": "bin/Assets/icon.ico",
4848
"artifactName": "${productName}-${version}-${arch}-Setup.${ext}"
4949
},
@@ -55,6 +55,9 @@
5555
"createStartMenuShortcut": true,
5656
"shortcutName": "Nine"
5757
},
58+
"portable": {
59+
"artifactName": "${productName}-${version}-${arch}-Portable.${ext}"
60+
},
5861
"linux": {
5962
"target": "AppImage",
6063
"icon": "bin/Assets/icon.png",

0 commit comments

Comments
 (0)