mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added auto installation of VS Redists
This commit is contained in:
@@ -34,6 +34,9 @@ if "%errorlevel%" == "9009" (
|
||||
echo node.js is already installed, continuing installation!
|
||||
)
|
||||
|
||||
echo Installing Visual Studio redistributables
|
||||
"%CD%\dependencies\VC_redist.x64.exe" /install /passive /norestart
|
||||
|
||||
echo Installing node modules for frontend application...
|
||||
cd .\frontend
|
||||
call npm install --omit=dev
|
||||
|
||||
Reference in New Issue
Block a user