From 6af6ce2848554d28365f747d200548379bf91175 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Tue, 26 Apr 2022 20:17:20 -0700 Subject: [PATCH] use neutralino binary with disabled web security --- setup_win.cmd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 setup_win.cmd diff --git a/setup_win.cmd b/setup_win.cmd new file mode 100644 index 0000000..b45a354 --- /dev/null +++ b/setup_win.cmd @@ -0,0 +1,8 @@ +@echo off + +set BINARY_URL="https://github.com/SpikeHD/neutralinojs/releases/latest/download/neutralino-win_x64.exe" + +call npm install + +:: Use powershell to download the binary +powershell Invoke-WebRequest -Uri %BINARY_URL% -OutFile "./bin/neutralino-win_x64.exe" \ No newline at end of file