tgui compile fix: brings in TGstation PRs 63314, 64461, and 64513

This commit is contained in:
deathride58
2024-01-01 21:10:13 -05:00
parent 07184e6106
commit 27739396e2
4 changed files with 7 additions and 11 deletions
+1 -7
View File
@@ -1,11 +1,5 @@
@echo off
where node.exe >nul 2>nul
if %errorlevel% == 0 (
echo | set /p printed_str="Using system-wide Node "
call node.exe --version
call node.exe %*
goto exit_with_last_error_level
)
set NODE_SKIP_PLATFORM_CHECK=1
call powershell -NoLogo -ExecutionPolicy Bypass -File "%~dp0\node_.ps1" Download-Node
for /f "tokens=* USEBACKQ" %%s in (`
call powershell -NoLogo -ExecutionPolicy Bypass -File "%~dp0\node_.ps1" Get-Path