Try setting the architecture when building setup

This commit is contained in:
Jean Pierre Cimalando 2020-02-28 11:22:47 +01:00
parent 3297d3a6f2
commit 6998f3ef8b

View file

@ -32,7 +32,7 @@ after_build:
- cmd: if %platform%==x64 set RELEASE_ARCH=x64
- cmd: 7z a sfizz-lv2-%APPVEYOR_REPO_TAG_NAME%-%RELEASE_ARCH%-msvc.zip sfizz.lv2
- cmd: 7z a sfizz-lib-%APPVEYOR_REPO_TAG_NAME%-%RELEASE_ARCH%-msvc.zip src/Release/sfizz*
- cmd: iscc.exe ./../innosetup.iss
- cmd: iscc.exe /dARCH=%RELEASE_ARCH% ./../innosetup.iss
- cmd: mv ./../Output/sfizz-lv2-setup.exe sfizz-lv2-%APPVEYOR_REPO_TAG_NAME%-%RELEASE_ARCH%-msvc-setup.exe
artifacts: