Update the readme

This commit is contained in:
zontreck 2024-12-22 20:49:43 -07:00
parent a21fa315a6
commit af2451d79c
6 changed files with 25 additions and 81 deletions

12
.vscode/launch.json vendored
View file

@ -8,12 +8,12 @@
"name": "Launch Client (Debug)",
"type": "coreclr",
"request": "launch",
"program": "game/Vintagestory.exe",
"program": ".game/Vintagestory.exe",
"linux": {
"program": "game/Vintagestory"
"program": ".game/Vintagestory"
},
"osx": {
"program": "game/Vintagestory"
"program": ".game/Vintagestory"
},
"preLaunchTask": "build",
"args": [
@ -30,12 +30,12 @@
"name": "Launch Server",
"type": "coreclr",
"request": "launch",
"program": "game/VintagestoryServer.exe",
"program": ".game/VintagestoryServer.exe",
"linux": {
"program": "game/VintagestoryServer"
"program": ".game/VintagestoryServer"
},
"osx": {
"program": "game/VintagestoryServer"
"program": ".game/VintagestoryServer"
},
"preLaunchTask": "build",
"args": [