Added auto installation of VS Redists

This commit is contained in:
Pax1601 2024-07-17 16:49:21 +02:00
parent a15d2e2ec7
commit 959b083a60
4 changed files with 7 additions and 3 deletions

BIN
dependencies/VC_redist.x64.exe vendored Normal file

Binary file not shown.

View File

@ -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"
}
}

View File

@ -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"
}
}
}

View File

@ -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