manifest can add to path (used for python/scripts)

This commit is contained in:
Luke Sampson 2013-06-23 22:03:41 +10:00
parent 6d68621336
commit e24976337c

View File

@ -12,5 +12,6 @@
"64bit": "{9FA9A2A6-19E4-381A-8AF3-F8CF12F0DCF0}"
}
},
"bin": [ "python.exe", "py.exe" ]
"bin": [ "python.exe", "py.exe" ],
"add_path": [ "scripts" ]
}