-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Fix the update URIs #61
Conversation
Powershell maintainer is needed... |
Windows testers are needed. |
install.sh
Outdated
curl https://update.tabnine.com/bundles/$zip --create-dirs -o binaries/$zip | ||
cd $(dirname binaries/$zip) | ||
unzip -o TabNine.zip | ||
chmod +x TabNine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shougo - you need to chmod
all the executables in the directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WD-TabNine
TabNine
TabNine-deep-local
TabNine-deep-cloud
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and delete the zip file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Fixed.
Fixed. |
Worked by Windows gvim and Macbook Pro(2020). |
Thanks! |
@tbodt Can you merge it? The current installation script is not compatible with the latest. |
Why would they change the download process... Thanks for fixing it. |
Thanks!
They split the binary... |
Fix #60