Skip to content

Commit

Permalink
[appveoyr] try generate .exe installer
Browse files Browse the repository at this point in the history
  • Loading branch information
benEnsta committed Apr 28, 2020
1 parent 51d733e commit 042d7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ build_script:
- set MSBuildOptions=/v:m /p:Configuration=%Configuration% /logger:%MSBuildLogger%
- msbuild %MSBuildOptions% PACKAGE.vcxproj
- set PATH=%CPACK_PATH%;%PATH% # conflit with choco pack alias. need to put cpack.exe first
- CPack.exe
- CPack.exe -G NSIS
- CPack.exe -G ZIP

artifacts:
- path: build\ibex*.exe
Expand Down

0 comments on commit 042d7c3

Please sign in to comment.