From fc02a8af6b898e80489f1cff3f2993ced36fd795 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Wed, 8 Feb 2023 01:32:45 +0300 Subject: [PATCH] Fix CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index abf06cc..e222e8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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