GrassClipper/setup_win.cmd

10 lines
282 B
Batchfile
Raw Normal View History

@echo off
set BINARY_URL="https://github.com/SpikeHD/neutralinojs/releases/download/v1337.0.0/neutralino-win_x64.exe"
call npm install
2022-05-14 19:26:51 +00:00
call neu update
:: Use powershell to download the binary
2022-05-14 19:26:51 +00:00
powershell Invoke-WebRequest -Uri %BINARY_URL% -OutFile "./bin/neutralino-win_x64.exe"