Changed permissions for yt-dlp

This commit is contained in:
Lucas Gabriel 2024-09-28 19:32:55 -03:00
parent 3baee6b618
commit cdf7446647
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -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');
} }
}); });