We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d8b7c commit f4044e8Copy full SHA for f4044e8
2 files changed
appveyor.yml
@@ -24,7 +24,7 @@ build_script:
24
test: off
25
26
artifacts:
27
- - path: dist\Heroic*.exe
+ - path: dist\*Setup.exe
28
name: Heroic_setup
29
30
deploy:
package.json
@@ -42,7 +42,7 @@
42
}
43
],
44
"win": {
45
- "artifactName": "Heroic_Setup_${version}.${ext}",
+ "artifactName": "${productName}-${version}-Setup.${ext}",
46
"icon": "build/win_icon.ico",
47
"asarUnpack": [
48
"build/bin/win32/legendary.exe",
@@ -52,6 +52,9 @@
52
"build/bin/win32/*"
53
]
54
},
55
+ "portable": {
56
+ "artifactName": "${productName}-${version}-Portable.${ext}"
57
+ },
58
"mac": {
59
"target": "dmg",
60
"category": "public.app-category.games",
0 commit comments