mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
8 lines
No EOL
161 B
Batchfile
8 lines
No EOL
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 |