mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
chmod wakatime-cli after copying
This commit is contained in:
parent
b5210b77ce
commit
b405f99cff
@ -942,5 +942,7 @@ def createSymlink():
|
||||
except:
|
||||
try:
|
||||
shutil.copy2(getCliLocation(), link)
|
||||
if not is_win:
|
||||
os.chmod(link, 509) # 755
|
||||
except:
|
||||
log(traceback.format_exc())
|
||||
|
Loading…
Reference in New Issue
Block a user