From 6a5ef23f33168e0113a540b5b17055f3b30eedb5 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sun, 26 Jan 2025 13:19:45 +0530 Subject: [PATCH] (refactor): changed rpm depends from ffmpeg-free to full ffmpeg --- src-tauri/tauri.linux.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index 539d162..7b51020 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -146,7 +146,7 @@ "epoch": 0, "release": "1", "license": "MIT", - "depends": ["python3-pip", "ffmpeg-free", "gnome-terminal"], + "depends": ["python3-pip", "ffmpeg", "gnome-terminal"], "files": { "/etc/opt/chrome/native-messaging-hosts/com.neosubhamoy.pytubepp.helper.json": "./msghost-manifest/linux/chrome/com.neosubhamoy.pytubepp.helper.json", "/etc/chromium/native-messaging-hosts/com.neosubhamoy.pytubepp.helper.json": "./msghost-manifest/linux/chrome/com.neosubhamoy.pytubepp.helper.json",