drone package windows makensis param error

This commit is contained in:
Dan Ballard 2020-11-27 18:46:33 -08:00
parent 93dbc6d270
commit c62891b8d9
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ pipeline:
commands:
- cd deploy
- cp ./../nsis/cwtch-installer.nsi .
- makensis -v 3 cwtch-installer.nsi
- makensis -V3 cwtch-installer.nsi
- mv cwtch-installer.exe windows
deploy-buildfiles:
image: pivotaldata/concourse-ssh