From 402d019ebf183b2735433ec2a0be310b3bfdb5ea Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Fri, 14 Oct 2022 23:17:43 +0600 Subject: [PATCH] Change permission --- mac.sh | 2 +- windows.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mac.sh b/mac.sh index ebbfa6f..1956258 100644 --- a/mac.sh +++ b/mac.sh @@ -4,6 +4,6 @@ rm ffmpeg* wget https://evermeet.cx/ffmpeg/ffmpeg-5.1.1.7z 7z e ffmpeg-5.1.1.7z -chmod 777 ffmpeg +chmod +x ffmpeg rm ffmpeg-5.1.1.7z diff --git a/windows.sh b/windows.sh index 2553a2d..4ce4a99 100755 --- a/windows.sh +++ b/windows.sh @@ -6,6 +6,6 @@ rm ffmpeg* wget "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-5.1.zip" unzip ffmpeg-n5.1-latest-win64-gpl-5.1.zip cp ffmpeg-n5.1-latest-win64-gpl-5.1/bin/ffmpeg.exe ffmpeg.exe -chmod 777 ffmpeg.exe +chmod +x ffmpeg.exe rm -rf ffmpeg-n5.1-latest-win64-gpl-5.1 rm ffmpeg-n5.1-latest-win64-gpl-5.1.zip \ No newline at end of file