Skip to content

Commit 5ef7cb6

Browse files
authored
Update download-assets.js
0.12.10 doesn't exist for core-mt: https://registry.npmjs.org/@ffmpeg/core-mt/-/core-mt-0.12.10.tgz 0.12.9 is the latest version according to https://www.npmjs.com/package/@ffmpeg/core-mt
1 parent efac247 commit 5ef7cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-assets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ROOT = "public/assets";
77
const FFMPEG_VERSION = "0.12.15";
88
const UTIL_VERSION = "0.12.2";
99
const CORE_VERSION = "0.12.10";
10-
const CORE_MT_VERSION = "0.12.10";
10+
const CORE_MT_VERSION = "0.12.9";
1111

1212
const FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`;
1313
const UTIL_TGZ = `util-${UTIL_VERSION}.tgz`;

0 commit comments

Comments
 (0)