feat(proj): move files on build and SPT.Server launch

This commit is contained in:
Yui
2025-11-05 16:18:02 -03:00
parent 2267e1078e
commit 95c864b3c5
3 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"SPTarkov.Server": {
"commandName": "Executable",
"executablePath": "$(SPTPath)/SPT.Server.Linux",
"commandLineArgs": "--disable-software-rasterizer",
"workingDirectory": "$(SPTPath)",
"environmentVariables": {
}
}
}
}