From 6b3e0690d85b3dc04615d78531e63cfb8ee4b1d7 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Fri, 3 Jul 2020 17:46:37 +0300 Subject: [PATCH] Add to Appveyor to artifacts two platworms (win32, win64) --- appveyor.yml | 5 +++-- win_setup/flameshot.iss | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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