mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Move updated Nsis script to artifacts in build stage
This commit is contained in:
parent
b9ee0dae5b
commit
ef79e0696e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user