Changed permissions for yt-dlp
This commit is contained in:
parent
3baee6b618
commit
cdf7446647
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ async function downloadYtDlp() {
|
||||||
|
|
||||||
writer.on('finish', () => {
|
writer.on('finish', () => {
|
||||||
if (os.platform() !== 'win32') {
|
if (os.platform() !== 'win32') {
|
||||||
fs.chmodSync(filePath, '755');
|
fs.chmodSync(filePath, '-x');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue