diff --git a/appveyor.yml b/appveyor.yml index 4a933f04..be8c1a31 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,10 +66,11 @@ after_build: # Build installation - cp ..\..\win_setup\flameshot.iss flameshot.iss - C:\InnoSetup\Compil32.exe /cc flameshot.iss + - mv Output\FlameShot-Setup.exe Output\FlameShot-Setup-%PLATFORM%.exe artifacts: - path: build\distrib\flameshot_%flameshot_version%_win_%PLATFORM%.zip name: exe_only - - path: build\distrib\Output\FlameShot-Setup-is.exe - name: installer \ No newline at end of file + - path: build\distrib\Output\FlameShot-Setup-%PLATFORM%.exe + name: installer diff --git a/win_setup/flameshot.iss b/win_setup/flameshot.iss index 9e2b02d3..6ef35402 100644 --- a/win_setup/flameshot.iss +++ b/win_setup/flameshot.iss @@ -16,7 +16,7 @@ UninstallDisplayIcon={app}\flameshot.exe Compression=lzma2 SolidCompression=yes ;OutputDir=userdocs:Inno Setup Examples Output -OutputBaseFilename=FlameShot-Setup-is +OutputBaseFilename=FlameShot-Setup ChangesAssociations=yes UserInfoPage=yes PrivilegesRequiredOverridesAllowed=dialog