Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
mbouron committed Feb 2, 2024
1 parent b053e96 commit a6abfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
libarchive=$(brew list libarchive | grep libarchive.[0-9]*.dylib)
pyinstaller \
--collect-all pynopegl_utils \
--collect-all pkgutil \
--hidden-import pkgutil \
--add-binary "$(which ffmpeg):bin" \
--add-binary "$(which ffprobe):bin" \
--add-binary "$libarchive:." \
Expand Down

0 comments on commit a6abfef

Please sign in to comment.