Edited installation message, fixed dev environment for server

This commit is contained in:
Pax1601 2024-03-05 00:27:35 +01:00
parent a6ec3a8cd0
commit f13545eae9
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: