diff --git a/plugins/ytdlp-wrapper.js b/plugins/ytdlp-wrapper.js index c233bac..8d2298e 100644 --- a/plugins/ytdlp-wrapper.js +++ b/plugins/ytdlp-wrapper.js @@ -39,7 +39,7 @@ async function downloadYtDlp() { writer.on('finish', () => { if (os.platform() !== 'win32') { - fs.chmodSync(filePath, '755'); + fs.chmodSync(filePath, '-x'); } });