diff --git a/appveyor.yml b/appveyor.yml index a4783e3f1c..eeadea7019 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ build_script: test: off artifacts: - - path: dist\Heroic*.exe + - path: dist\*Setup.exe name: Heroic_setup deploy: diff --git a/package.json b/package.json index 79e4e25562..c4ca2c9061 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ } ], "win": { - "artifactName": "Heroic_Setup_${version}.${ext}", + "artifactName": "${productName}-${version}-Setup.${ext}", "icon": "build/win_icon.ico", "asarUnpack": [ "build/bin/win32/legendary.exe", @@ -52,6 +52,9 @@ "build/bin/win32/*" ] }, + "portable": { + "artifactName": "${productName}-${version}-Portable.${ext}" + }, "mac": { "target": "dmg", "category": "public.app-category.games",