Add deletion with right click, fix some stuff

This commit is contained in:
csd4ni3l
2025-06-17 18:32:52 +02:00
parent 2c1456703f
commit b245a17b10
3 changed files with 49 additions and 15 deletions

View File

@@ -38,6 +38,7 @@ class FFmpegMissing(arcade.gui.UIView):
logging.debug("Extracting FFmpeg...")
with zipfile.ZipFile(file_path, 'r') as zip_ref:
zip_ref.extractall(bin_dir)
ffmpeg_path = os.path.join(bin_dir, "ffmpeg")
os.chmod(ffmpeg_path, 0o755)