16 lines
No EOL
445 B
JSON
16 lines
No EOL
445 B
JSON
{
|
|
"profiles": {
|
|
"Terraria": {
|
|
"commandName": "Executable",
|
|
"executablePath": "$(DotNetName)",
|
|
"commandLineArgs": "$(tMLPath)",
|
|
"workingDirectory": "$(tMLSteamPath)"
|
|
},
|
|
"TerrariaServer": {
|
|
"commandName": "Executable",
|
|
"executablePath": "/etc/profiles/per-user/devraza/bin/dotnet",
|
|
"commandLineArgs": "$(tMLServerPath)",
|
|
"workingDirectory": "$(tMLSteamPath)"
|
|
}
|
|
}
|
|
} |