diff --git a/dependencies/VC_redist.x64.exe b/dependencies/VC_redist.x64.exe new file mode 100644 index 00000000..9ea49556 Binary files /dev/null and b/dependencies/VC_redist.x64.exe differ diff --git a/frontend/website/package.json b/frontend/website/package.json index 4e08e622..f278b2d5 100644 --- a/frontend/website/package.json +++ b/frontend/website/package.json @@ -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" } } diff --git a/olympus.json b/olympus.json index 4cbdaf22..383039c6 100644 --- a/olympus.json +++ b/olympus.json @@ -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" } } } diff --git a/scripts/batch/install.bat b/scripts/batch/install.bat index a01c9096..4ec5e889 100644 --- a/scripts/batch/install.bat +++ b/scripts/batch/install.bat @@ -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