We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c0410 commit af18009Copy full SHA for af18009
package.json
@@ -71,10 +71,25 @@
71
"category": "public.app-category.developer-tools"
72
},
73
"win": {
74
- "target": "nsis"
+ "target": [
75
+ {
76
+ "target": "portable",
77
+ "arch": ["x64"]
78
+ },
79
80
+ "target": "zip",
81
82
+ }
83
+ ]
84
85
"linux": {
- "target": "AppImage"
86
87
+ "AppImage",
88
+ "tar.gz"
89
90
91
+ "portable": {
92
+ "artifactName": "DTUI2-portable-${version}.${ext}"
93
}
94
95
0 commit comments