beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.47k stars 350 forks source link

Update a reference to old-style bundle paths. #1862

Closed freakboy3742 closed 3 weeks ago

freakboy3742 commented 3 weeks ago

Fixes #1860.

The docs for cleanup_paths used the format for app bundle paths used before the introduction of the build and dist folders. The name "app bundle" has also proven ambiguous; Briefcase refers to the folder generated by template for a specific platform as the "bundle", but this terminology is also used by macOS to refer to the .app folder for an app.

PR Checklist: