Skip to content

Commit

Permalink
Update launch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Oct 7, 2023
1 parent df662fc commit a016e07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Bonsai.Numerics/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"profiles": {
"Bonsai": {
"commandName": "Executable",
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Goncalo Lopes\\Bonsai@InstallDir)Bonsai.exe",
"commandLineArgs": "--lib:$(TargetDir)."
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe",
"commandLineArgs": "--lib:\"$(TargetDir).\"",
"nativeDebugging": true
}
}
}

0 comments on commit a016e07

Please sign in to comment.