Add +x to downloaded yt-dlp

This commit is contained in:
0d0 2025-02-23 04:54:48 +01:00
parent 151b5432cd
commit 204bceeee3

View file

@ -6,7 +6,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"download-yt-dlp": "wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -O yt-dlp",
"download-yt-dlp": "wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -O yt-dlp ; chmod +x yt-dlp",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",