Add to Appveyor to artifacts two platworms (win32, win64)
This commit is contained in:
@@ -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
|
||||
- path: build\distrib\Output\FlameShot-Setup-%PLATFORM%.exe
|
||||
name: installer
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user