Call installer.nsi by using the right path
This commit is contained in:
parent
9bd3b7f448
commit
70273b2023
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user