generated from AriasCreations/vsmodtemplate
16 lines
585 B
JSON
16 lines
585 B
JSON
{
|
|
"profiles": {
|
|
"Client": {
|
|
"commandName": "Executable",
|
|
"executablePath": "~/.local/share/vintagestory/Vintagestory",
|
|
"commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"",
|
|
"workingDirectory": "~/.local/share/vintagestory"
|
|
},
|
|
"Server": {
|
|
"commandName": "Executable",
|
|
"executablePath": "~/.local/share/vintagestory/VintagestoryServer",
|
|
"commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"",
|
|
"workingDirectory": "~/.local/share/vintagestory"
|
|
}
|
|
}
|
|
}
|