refactor(mod): renamed project file and made build script zip releases automagically

This commit is contained in:
Yui
2025-11-05 17:25:14 -03:00
parent 95c864b3c5
commit 46f5959a3e
40 changed files with 38 additions and 21 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": {
}
}
}
}