d299d0ed65
This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch.
5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew install qt5 sdl2 p7zip ccache ffmpeg
|
|
pip3 install macpack
|