Move installer Nsis file to a new name

This commit is contained in:
Manuel Cortez 2021-10-26 15:47:03 -05:00
parent ef79e0696e
commit 3519746078

View File

@ -98,9 +98,9 @@ generate_versions:
script:
- move artifacts/TWBlue scripts/
- move artifacts/TWBlue64 scripts/
- move artifacts/twblue.nsi scripts/
- move artifacts/twblue.nsi scripts/installer.nsi
- cd scripts
- '&$env:NSIS twblue.nsi'
- '&$env:NSIS installer.nsi'
- move twblue_setup.exe ../artifacts
only:
- tags