This commit is contained in:
parent
c408f70b79
commit
fc02a8af6b
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
||||||
- misc/windows/update_version.sh
|
- misc/windows/update_version.sh
|
||||||
- /entrypoint.sh misc/windows/NSIS/installer.nsi
|
- makensis -V4 misc/windows/NSIS/installer.nsi
|
||||||
- cp Installer-*.exe /builds/ns-usbloader/
|
- cp Installer-*.exe /builds/ns-usbloader/
|
||||||
- rm misc/windows/NSIS/NS-USBloader.exe
|
- rm misc/windows/NSIS/NS-USBloader.exe
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -52,7 +52,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
||||||
- misc/windows/update_version.sh legacy
|
- misc/windows/update_version.sh legacy
|
||||||
- /entrypoint.sh misc/windows/NSIS/installer.nsi
|
- makensis -V4 misc/windows/NSIS/installer.nsi
|
||||||
- cp Installer-*.exe /builds/ns-usbloader/
|
- cp Installer-*.exe /builds/ns-usbloader/
|
||||||
volumes:
|
volumes:
|
||||||
- name: builds
|
- name: builds
|
||||||
|
|
Loading…
Reference in a new issue