Skip to content

Commit

Permalink
Make update.bat generic wrt repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Jun 29, 2016
1 parent 6cb9799 commit e808d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update.bat
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e808d12

Please sign in to comment.