Try setting the architecture when building setup
This commit is contained in:
parent
3297d3a6f2
commit
6998f3ef8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue