Move updated Nsis script to artifacts in build stage

This commit is contained in:
Manuel Cortez 2021-10-26 15:19:57 -05:00
parent b9ee0dae5b
commit ef79e0696e

View File

@ -38,6 +38,8 @@ twblue32:
- cd .. - cd ..
- mv src/dist artifacts/TWBlue - mv src/dist artifacts/TWBlue
- move src/twblue.zip artifacts/twblue_x86.zip - move src/twblue.zip artifacts/twblue_x86.zip
# Move the generated script nsis file to artifacts, so we won't need python when generating the installer.
- move scripts/twblue.nsi artifacts/twblue.nsi
only: only:
- tags - tags
artifacts: artifacts:
@ -96,6 +98,7 @@ generate_versions:
script: script:
- move artifacts/TWBlue scripts/ - move artifacts/TWBlue scripts/
- move artifacts/TWBlue64 scripts/ - move artifacts/TWBlue64 scripts/
- move artifacts/twblue.nsi scripts/
- cd scripts - cd scripts
- '&$env:NSIS twblue.nsi' - '&$env:NSIS twblue.nsi'
- move twblue_setup.exe ../artifacts - move twblue_setup.exe ../artifacts