Call installer.nsi by using the right path

This commit is contained in:
Manuel Cortez 2021-12-30 19:08:53 -06:00
parent 9bd3b7f448
commit 70273b2023
No known key found for this signature in database
GPG Key ID: 262CC30FA01B5CBF

View File

@ -90,7 +90,7 @@ generate_versions:
- echo "started by ${GITLAB_USER_NAME}" - echo "started by ${GITLAB_USER_NAME}"
script: script:
- 'cd artifacts' - 'cd artifacts'
- '&$env:NSIS installer.nsi' - '&$env:NSIS ..\src\installer.nsi'
- 'Remove-Item -path program32 -recurse' - 'Remove-Item -path program32 -recurse'
- 'Remove-Item -path program64 -recurse' - 'Remove-Item -path program64 -recurse'
only: only: