mirror of
https://github.com/chev2/terraria-mods.git
synced 2025-10-30 08:11:37 +00:00
16 lines
No EOL
388 B
JSON
16 lines
No EOL
388 B
JSON
{
|
|
"profiles": {
|
|
"Terraria": {
|
|
"commandName": "Executable",
|
|
"executablePath": "dotnet",
|
|
"commandLineArgs": "$(tMLPath)",
|
|
"workingDirectory": "$(tMLSteamPath)"
|
|
},
|
|
"TerrariaServer": {
|
|
"commandName": "Executable",
|
|
"executablePath": "dotnet",
|
|
"commandLineArgs": "$(tMLServerPath)",
|
|
"workingDirectory": "$(tMLSteamPath)"
|
|
}
|
|
}
|
|
} |