Files
SamSwat-AnimeSight-4.0/Server/Properties/launchSettings.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": {
}
}
}
}