mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add pythonw.exe back to the package
This commit is contained in:
parent
e02b66cc0a
commit
b60b1451f5
2 changed files with 0 additions and 2 deletions
|
@ -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*"
|
||||
|
|
|
@ -193,7 +193,6 @@ if ( $PKG ) {
|
|||
$binaries = @(
|
||||
"py.exe",
|
||||
"pyw.exe",
|
||||
"pythonw.exe",
|
||||
"venvlauncher.exe",
|
||||
"venvwlauncher.exe"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue