Merge branch 'release-candidate' of https://github.com/Pax1601/DCSOlympus into release-candidate

This commit is contained in:
Davide Passoni 2024-03-05 15:16:18 +01:00
commit 153ca01b96
3 changed files with 10 additions and 2 deletions

View File

@ -12,7 +12,8 @@
"<node_internals>/**"
],
"args": ["--config", "${input:enterDir}/Config/olympus.json"],
"program": "./bin/www"
"program": "./bin/www",
"preLaunchTask": "copy"
},
{
"type": "node",

View File

@ -25,6 +25,13 @@
"endsPattern": "Waiting for connections..."
}
}
},
{
"label": "copy",
"type": "shell",
"command": "./scripts/copy.bat",
"isBackground": false,
"dependsOn": ["check-setup"],
}
],
"inputs": [

View File

@ -9,7 +9,7 @@ echo "* |_____/ \_____|_____/ \____/|_|\__, |_| |_| |_| .__/ \__,_|___/ *
echo "* __/ | | | *"
echo "* |___/ |_| *"
echo "*********************************************************************"
echo Welcome to the DCS Olympus {{OLYMPUS_VERSION_NUMBER}} installation script. Please wait while the necessary dependencies are installed!
echo Welcome to the DCS Olympus {{OLYMPUS_VERSION_NUMBER}} installation script. Please wait while the necessary dependencies are downloaded and installed! NOTE: Depending on your internet speed this may take a while, or it may look like the installation is hanged. Don't worry!
echo: