Merge pull request #75 from ntwb/master

python - Include `pythonw.exe' binaries
This commit is contained in:
Luke Sampson 2014-03-15 21:12:57 +10:00
commit ebc4d2eb71
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" ],