Skip to content

Commit

Permalink
Merge pull request #1442 from glopesdev/issue-1402
Browse files Browse the repository at this point in the history
Update package template debug settings for new bootstrapper
  • Loading branch information
glopesdev authored Jun 30, 2023
2 parents f9a3396 + 5f1c32f commit 0ecf522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Bonsai.Templates/Bonsai.PackageTemplate/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"Bonsai": {
"commandName": "Executable",
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Goncalo Lopes\\Bonsai@InstallDir)Bonsai.exe",
"commandLineArgs": "--lib:$(TargetDir)."
"commandLineArgs": "--lib:\"$(TargetDir).\"",
"nativeDebugging": true
}
}
}

0 comments on commit 0ecf522

Please sign in to comment.