FreeDATA/tools/Windows/GUI-Update-Requirements.bat
2024-01-10 19:34:47 -05:00

8 lines
161 B
Batchfile

@echo off
REM Place this batch file in FreeData/gui and then run it
REM ie. c:\FD-Src\gui
echo Check for and install updated requirements
call npm update
pause