alpacamybags118 / yt-dlp-exec

3 stars 2 forks source link

Actually fix binary permissions #1

Closed D3SOX closed 2 years ago

D3SOX commented 2 years ago

The mode parameter needs to be in octal instead of decimal :smiley:

Edit: I also changed it to set the correct mode while writing the file instead of afterwards. I did not test this on Windows, but I'm fairly certain it will work fine.

alpacamybags118 commented 2 years ago

@D3SOX ty very much for the PR. LGTM! Could you just bump the patch version in the package.json and I'll get it merged and cut a release?

alpacamybags118 commented 2 years ago

@D3SOX 0.0.7 has been released https://github.com/alpacamybags118/yt-dlp-exec/packages/1060552 thanks again for your contribution!