Skip to content

Commit f4044e8

Browse files
authored
[Tech] Fix Windows artifacts naming and builds (#1757)
1 parent f0d8b7c commit f4044e8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build_script:
2424
test: off
2525

2626
artifacts:
27-
- path: dist\Heroic*.exe
27+
- path: dist\*Setup.exe
2828
name: Heroic_setup
2929

3030
deploy:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
],
4444
"win": {
45-
"artifactName": "Heroic_Setup_${version}.${ext}",
45+
"artifactName": "${productName}-${version}-Setup.${ext}",
4646
"icon": "build/win_icon.ico",
4747
"asarUnpack": [
4848
"build/bin/win32/legendary.exe",
@@ -52,6 +52,9 @@
5252
"build/bin/win32/*"
5353
]
5454
},
55+
"portable": {
56+
"artifactName": "${productName}-${version}-Portable.${ext}"
57+
},
5558
"mac": {
5659
"target": "dmg",
5760
"category": "public.app-category.games",

0 commit comments

Comments
 (0)