We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5baee commit e2e702dCopy full SHA for e2e702d
install.js
@@ -38,7 +38,7 @@ async function getDownloadFileName() {
38
39
case "darwin":
40
41
- if(parseInt(os.release()) >= 22) {
+ if(parseInt(os.release()) >= 24) {
42
43
switch(process.arch) {
44
@@ -68,16 +68,7 @@ async function getDownloadFileName() {
68
69
case "x64":
70
71
- switch(osReleaseEnv.VERSION_ID) {
72
-
73
- case "24.04":
74
75
- return "ffmpeg-ubuntu-24.04-x86_64.tar.gz";
76
77
- default:
78
79
- return "ffmpeg-alpine-x86_64.tar.gz";
80
- }
+ return "ffmpeg-alpine-x86_64.tar.gz";
81
82
case "arm":
83
0 commit comments