15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"SPTarkov.Server": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$(SPTPath)/SPT.Server.Linux",
|
|
"commandLineArgs": "--disable-software-rasterizer",
|
|
"workingDirectory": "$(SPTPath)",
|
|
"environmentVariables": {
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|