Skip to content
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

fix: ffmpeg path on some macos envs #922

Merged
merged 11 commits into from
Aug 14, 2023
Merged

Conversation

zkrige
Copy link
Collaborator

@zkrige zkrige commented Aug 14, 2023

Fixes: #916

some versions of node/macOS complain about destination being a file, and others complain when it is only a directory. the only thing I can think to do is to try both

@zkrige
Copy link
Collaborator Author

zkrige commented Aug 14, 2023

@ayushmanchhabra for some reason the file copy works on my Mac but was failing on circle ci. I've updated the Mac ffmpeg copy to handle both

on the plus side I see all the checks pass now... well done

@zkrige
Copy link
Collaborator Author

zkrige commented Aug 14, 2023

@ayushmanchhabra would you mind merging this. I need it to get my CI pipeline going

@ayushmanchhabra ayushmanchhabra changed the title Fix fix: ffmpeg path on some macos envs Aug 14, 2023
@ayushmanchhabra ayushmanchhabra merged commit 40b8e59 into nwutils:main Aug 14, 2023
3 checks passed
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.

libffmpeg not being installed into correct folder
2 participants