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:
|
except:
|
||||||
try:
|
try:
|
||||||
shutil.copy2(getCliLocation(), link)
|
shutil.copy2(getCliLocation(), link)
|
||||||
|
if not is_win:
|
||||||
|
os.chmod(link, 509) # 755
|
||||||
except:
|
except:
|
||||||
log(traceback.format_exc())
|
log(traceback.format_exc())
|
||||||
|
Loading…
Reference in New Issue
Block a user