We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf19793 commit 8014b40Copy full SHA for 8014b40
4-Nine/electron.manifest.json
@@ -43,7 +43,7 @@
43
"category": "public.app-category.business"
44
},
45
"win": {
46
- "target": "nsis",
+ "target": ["nsis", "portable"],
47
"icon": "bin/Assets/icon.ico",
48
"artifactName": "${productName}-${version}-${arch}-Setup.${ext}"
49
@@ -55,6 +55,9 @@
55
"createStartMenuShortcut": true,
56
"shortcutName": "Nine"
57
58
+ "portable": {
59
+ "artifactName": "${productName}-${version}-${arch}-Portable.${ext}"
60
+ },
61
"linux": {
62
"target": "AppImage",
63
"icon": "bin/Assets/icon.png",
0 commit comments