Skip to content

Commit

Permalink
Update launch settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Dec 15, 2023
1 parent b27e171 commit e2c9149
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Bonsai.Sleap/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 e2c9149

Please sign in to comment.