refactor(mod): renamed project file and made build script zip releases automagically
This commit is contained in:
14
WeebSights/Properties/launchSettings.json
Normal file
14
WeebSights/Properties/launchSettings.json
Normal 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": {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user