mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
use neutralino binary with disabled web security
This commit is contained in:
parent
cccc15e447
commit
6af6ce2848
8
setup_win.cmd
Normal file
8
setup_win.cmd
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user