beeware / briefcase-windows-VisualStudio-template

A template for generating Visual Studio projects for building Windows apps with Briefcase
MIT License
4 stars 9 forks source link

Optionally include author in installation path #15

Closed davidfokkema closed 1 year ago

davidfokkema commented 1 year ago

There is now a new option use_full_install_path which defaults to True to install the application in Programs/<author name>/<app name>. If you include the option in the pyproject.toml with a value of False, it installs the application into Programs/<app name>.

See beeware/briefcase#1199 and beeware/briefcase-windows-app-template#11.

PR Checklist: