Call installer.nsi by using the right path

This commit is contained in:
2021-12-30 19:08:53 -06:00
parent 9bd3b7f448
commit 70273b2023

View File

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