From 4192b3b324d9a9ce9e9df6cbd3ecbf854b25c52f Mon Sep 17 00:00:00 2001 From: Michael Tyson Date: Thu, 29 Jan 2015 09:34:55 -0500 Subject: [PATCH] fixed installation bug introduced in last commit --- scriptcs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptcs.json b/scriptcs.json index 6ea8d20115..571d9d56b1 100644 --- a/scriptcs.json +++ b/scriptcs.json @@ -4,6 +4,6 @@ "license": "Apache 2.0", "url": "http://chocolatey.org/api/v2/package/ScriptCs/0.13.0?fn=/dl.zip", "hash": "b555016e4f8fc72b7c7fb616b37c8b02e5141e8ac615baec0301c9d29867fab8", - "extract_dir": "tools\\scriptcs", + "extract_dir": "tools", "bin": "scriptcs.exe" }