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:
parent
a15d2e2ec7
commit
959b083a60
BIN
dependencies/VC_redist.x64.exe
vendored
Normal file
BIN
dependencies/VC_redist.x64.exe
vendored
Normal file
Binary file not shown.
@ -26,6 +26,7 @@
|
||||
"esmify": "^2.1.1",
|
||||
"formatcoords": "^1.1.3",
|
||||
"geodesy": "^1.1.2",
|
||||
"js-sha256": "^0.10.1",
|
||||
"leaflet": "^1.9.3",
|
||||
"leaflet-control-mini-map": "^0.4.0",
|
||||
"leaflet-gesture-handling": "^1.2.2",
|
||||
@ -38,7 +39,6 @@
|
||||
"tslib": "latest",
|
||||
"typescript": "^4.9.4",
|
||||
"usng.js": "^0.4.5",
|
||||
"watchify": "^4.0.0",
|
||||
"js-sha256": "^0.10.1"
|
||||
"watchify": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,7 +30,8 @@
|
||||
}
|
||||
},
|
||||
"mapMirrors": {
|
||||
"DCS Map (Refugees)": "https://refugees.dcsolympus.com/maps"
|
||||
"DCS Map (Official)": "https://maps.dcsolympus.com/maps",
|
||||
"DCS Map (Alt.)": "https://refugees.dcsolympus.com/maps"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user