diff options
Diffstat (limited to 'ci/build.ps1')
-rw-r--r-- | ci/build.ps1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ci/build.ps1 b/ci/build.ps1 index ef5ba3bf2d..5bbf3c4d8a 100644 --- a/ci/build.ps1 +++ b/ci/build.ps1 @@ -167,7 +167,4 @@ if (Test-Path -Path $env:ChocolateyInstall\bin\cpack.exe) { } # Build artifacts -cpack -G ZIP -C RelWithDebInfo -if ($env:APPVEYOR_REPO_TAG_NAME -ne $null) { - cpack -G NSIS -C RelWithDebInfo -} +cpack -C $cmakeBuildType |