From e24976337c879abc82afeaa04b8912885e5a8c61 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 23 Jun 2013 22:03:41 +1000 Subject: [PATCH] manifest can add to path (used for python/scripts) --- python.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python.json b/python.json index 0ee3a3f535..163ca3a9fb 100644 --- a/python.json +++ b/python.json @@ -12,5 +12,6 @@ "64bit": "{9FA9A2A6-19E4-381A-8AF3-F8CF12F0DCF0}" } }, - "bin": [ "python.exe", "py.exe" ] + "bin": [ "python.exe", "py.exe" ], + "add_path": [ "scripts" ] } \ No newline at end of file