Add pythonw.exe back to the package

This commit is contained in:
Twangboy 2023-01-26 11:22:13 -07:00 committed by Megan Wilhite
parent e02b66cc0a
commit b60b1451f5
2 changed files with 0 additions and 2 deletions

View file

@ -258,7 +258,6 @@ pkg:
- *ci_windows_file_patterns
- "**/Scripts/py.exe"
- "**/Scripts/pyw.exe"
- "**/Scripts/pythonw.exe"
- "**/Scripts/venvlauncher.exe"
- "**/Scripts/venvwlauncher.exe"
- "**/Scripts/wheel*"

View file

@ -193,7 +193,6 @@ if ( $PKG ) {
$binaries = @(
"py.exe",
"pyw.exe",
"pythonw.exe",
"venvlauncher.exe",
"venvwlauncher.exe"
)