YAVAPF/ExamplePlugin/Properties/launchSettings.sample.json
2022-07-05 00:23:25 +02:00

11 lines
303 B
JSON

{
"profiles": {
"ExamplePlugin": {
"commandName": "Executable",
"executablePath": "C:\\Program Files\\VoiceAttack\\VoiceAttack.exe",
"commandLineArgs": "-datadir %TEMP%",
"workingDirectory": "C:\\Program Files\\VoiceAttack\\",
"nativeDebugging": false
}
}
}