python - Include `pythonw.exe' binaries

This commit is contained in:
Stephen Edgar 2014-03-15 21:54:32 +11:00
parent 8d73f1f4c5
commit 2cff6c5c7c
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"bin": [
"python.exe",
"py.exe",
"pythonw.exe"
[ "python.exe", "python3" ]
],
"env_add_path": [ "scripts" ],

View File

@ -14,6 +14,7 @@
},
"bin": [
"python.exe",
"pythonw.exe",
[ "python.exe", "python2" ]
],
"env_add_path": [ "scripts" ],