mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge branch 'release-candidate' of https://github.com/Pax1601/DCSOlympus into release-candidate
This commit is contained in:
3
frontend/server/.vscode/launch.json
vendored
3
frontend/server/.vscode/launch.json
vendored
@@ -12,7 +12,8 @@
|
|||||||
"<node_internals>/**"
|
"<node_internals>/**"
|
||||||
],
|
],
|
||||||
"args": ["--config", "${input:enterDir}/Config/olympus.json"],
|
"args": ["--config", "${input:enterDir}/Config/olympus.json"],
|
||||||
"program": "./bin/www"
|
"program": "./bin/www",
|
||||||
|
"preLaunchTask": "copy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
|
|||||||
7
frontend/server/.vscode/tasks.json
vendored
7
frontend/server/.vscode/tasks.json
vendored
@@ -25,6 +25,13 @@
|
|||||||
"endsPattern": "Waiting for connections..."
|
"endsPattern": "Waiting for connections..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "copy",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "./scripts/copy.bat",
|
||||||
|
"isBackground": false,
|
||||||
|
"dependsOn": ["check-setup"],
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": [
|
"inputs": [
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ echo [36m"* |_____/ \_____|_____/ \____/|_|\__, |_| |_| |_| .__/ \__,_|___/ *
|
|||||||
echo [36m"* __/ | | | *"[0m
|
echo [36m"* __/ | | | *"[0m
|
||||||
echo [36m"* |___/ |_| *"[0m
|
echo [36m"* |___/ |_| *"[0m
|
||||||
echo [36m"*********************************************************************"[0m
|
echo [36m"*********************************************************************"[0m
|
||||||
echo [36mWelcome to the DCS Olympus {{OLYMPUS_VERSION_NUMBER}} installation script. Please wait while the necessary dependencies are installed![0m
|
echo [36mWelcome 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![0m
|
||||||
echo:
|
echo:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user