From e808d12956f115ea2b37bdf46fbfdb20b4e5ec13 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Wed, 29 Jun 2016 17:59:08 -0400 Subject: [PATCH] Make update.bat generic wrt repo path --- tools/update.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update.bat b/tools/update.bat index 82fb99b..b521398 100644 --- a/tools/update.bat +++ b/tools/update.bat @@ -1,2 +1,2 @@ -robocopy "%userprofile%/repos/web inspector" "%appdata%/sublime text 3/packages/web inspector" /s /xd .git* /xf .git* /xf *st3* /mir +robocopy "%~dp0\.." "%appdata%/sublime text 3/packages/web inspector" /s /xd .git* /xf .git* /xf *st3* /mir attrib +r /s "%appdata%/sublime text 3/packages/web inspector/*py" \ No newline at end of file