2024-01-11 00:34:47 +00:00
|
|
|
@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
|
2023-10-06 02:31:46 +00:00
|
|
|
|
|
|
|
call npm update
|
2024-01-11 00:34:47 +00:00
|
|
|
|
2023-10-06 02:31:46 +00:00
|
|
|
pause
|