From 9db19aa730f5c4725ca0f92c0436b695950aaf42 Mon Sep 17 00:00:00 2001 From: CWX Date: Sun, 19 Oct 2025 22:32:58 +0100 Subject: [PATCH] Update launchSettings.json Add option for linux in launchSettings.json --- SPTarkov.Server/Properties/launchSettings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SPTarkov.Server/Properties/launchSettings.json b/SPTarkov.Server/Properties/launchSettings.json index 91397c81..052c9b12 100644 --- a/SPTarkov.Server/Properties/launchSettings.json +++ b/SPTarkov.Server/Properties/launchSettings.json @@ -4,6 +4,11 @@ "commandName": "Project", "hotReloadEnabled": false, "workingDirectory": "$(OutDir)" + }, + "Spt Server (Linux)": { + "commandName": "Project", + "hotReloadEnabled": false, + "workingDirectory": "bin/$(Configuration)/$(TargetFramework)" } } }