Skip to content
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

Program does not update on Windows unless you are in the same directory as the executable #8006

Closed
ismail opened this issue Dec 25, 2015 · 1 comment

Comments

@ismail
Copy link

@ismail ismail commented Dec 25, 2015

Demo:

C:\Users\ismail>youtube-dl.exe --update
Updating to version 2015.12.23 ...
ERROR: no write permissions on youtube-dl.exe

C:\Users\ismail>cd C:\bin
C:\bin>dir youtube-dl.exe
Volume in drive C is Meh
Volume Serial Number is 38EF-2D07

Directory of C:\bin

18-Dec-15 04:57 PM 6,192,768 youtube-dl.exe
1 File(s) 6,192,768 bytes
0 Dir(s) 189,261,316,096 bytes free

C:\bin>youtube-dl.exe --update
Updating to version 2015.12.23 ...

Waiting for file handle to be closed ...
C:\bin>Updated youtube-dl to version 2015.12.23.

So its not a permission problem.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 25, 2015

Duplicate of #2718.

@dstftw dstftw closed this Dec 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.