This commit is contained in:
parent
c408f70b79
commit
fc02a8af6b
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ steps:
|
|||
commands:
|
||||
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
||||
- 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/
|
||||
- rm misc/windows/NSIS/NS-USBloader.exe
|
||||
volumes:
|
||||
|
@ -52,7 +52,7 @@ steps:
|
|||
commands:
|
||||
- cp target/NS-USBloader.exe misc/windows/NSIS/
|
||||
- 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/
|
||||
volumes:
|
||||
- name: builds
|
||||
|
|
Loading…
Reference in a new issue