refactor: removed bundling ffmpeg with deb rpm packages instead its a dependency now and added appimage builds

This commit is contained in:
2025-10-12 10:37:13 +05:30
parent 8fc3e7b84c
commit ca01558963
3 changed files with 28 additions and 6 deletions

View File

@@ -35,6 +35,11 @@
"args": true,
"sidecar": true
},
{
"name": "ffmpeg",
"cmd": "ffmpeg",
"args": true
},
{
"name": "aria2c",
"cmd": "aria2c",
@@ -75,6 +80,11 @@
"args": true,
"sidecar": true
},
{
"name": "ffmpeg",
"cmd": "ffmpeg",
"args": true
},
{
"name": "aria2c",
"cmd": "aria2c",