Skip to content

Cleanup raw python executables.#61

Merged
mhsmith merged 1 commit intomainfrom
win-cleanup
Jan 29, 2025
Merged

Cleanup raw python executables.#61
mhsmith merged 1 commit intomainfrom
win-cleanup

Conversation

@freakboy3742
Copy link
Member

@freakboy3742 freakboy3742 commented Jan 27, 2025

Adds python.exe and pythonw.exe to the default cleanup list for Window apps.

This is required because command line installs add the app directory to the path; this means python.exe becomes visible (and may be preferred over other Python installs on a system).

Fixes beeware/briefcase#2139.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742 freakboy3742 requested a review from mhsmith January 28, 2025 21:44
@mhsmith mhsmith merged commit e3bb371 into main Jan 29, 2025
16 checks passed
@mhsmith mhsmith deleted the win-cleanup branch January 29, 2025 21:13
freakboy3742 added a commit that referenced this pull request Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installing a Windows CLI app packaged with Briefcase also exposes its Python executable to users

2 participants