From f09eb6ceb1cab0012c616ddf40263c9490f22037 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sat, 14 May 2022 12:26:51 -0700 Subject: [PATCH] Update setup_win.cmd --- setup_win.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup_win.cmd b/setup_win.cmd index 6f110b4..0f89534 100644 --- a/setup_win.cmd +++ b/setup_win.cmd @@ -3,6 +3,7 @@ set BINARY_URL="https://github.com/SpikeHD/neutralinojs/releases/download/v1337.0.0/neutralino-win_x64.exe" call npm install +call neu update :: Use powershell to download the binary -powershell Invoke-WebRequest -Uri %BINARY_URL% -OutFile "./bin/neutralino-win_x64.exe" \ No newline at end of file +powershell Invoke-WebRequest -Uri %BINARY_URL% -OutFile "./bin/neutralino-win_x64.exe"