Skip to content

Fix: Correct @ffmpeg/core-mt version in download-assets.js #863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nahakiole
Copy link

The CORE_MT_VERSION constant in scripts/download-assets.js was set to 0.12.10, which is not a published version for @ffmpeg/core-mt. This caused the script to fail when trying to download the non-existent asset (core-mt-0.12.10.tgz).

This commit updates the version to 0.12.9, which is the latest available version according to npm (https://www.npmjs.com/package/@ffmpeg/core-mt), allowing the script to execute successfully.

Copy link

netlify bot commented Apr 8, 2025

Deploy Preview for ffmpegwasm canceled.

Name Link
🔨 Latest commit 5ef7cb6
🔍 Latest deploy log https://app.netlify.com/sites/ffmpegwasm/deploys/67f519f1c6cc5300082295ac

@nahakiole
Copy link
Author

Fixes #861

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant