Skip to content

Commit

Permalink
Update SublimeClang to correspond with the latest master repo. Should…
Browse files Browse the repository at this point in the history
… work with Sublime Text 3 now.
  • Loading branch information
kblomqvist committed Jul 12, 2013
1 parent 215afba commit fe3919d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aery32.py
Expand Up @@ -252,7 +252,7 @@ def install_sublimeclang(self):
return
print("Aery32: Installing the dependency package, SublimeClang...", end=" ")
try:
zf = zipfile.ZipFile(os.path.join(SCRIPT_PATH, "SublimeClang-1.0.41.sublime-package"))
zf = zipfile.ZipFile(os.path.join(SCRIPT_PATH, "SublimeClang-master12072013.sublime-package"))
zf.extractall(self.sublimeclang_path)
zf.close()

Expand Down
Binary file not shown.

0 comments on commit fe3919d

Please sign in to comment.