Fix location of the main binary in native macOS builds (#297)

This commit is contained in:
Daniel Kamil Kozar 2020-04-29 21:39:15 +02:00 committed by GitHub
parent 59f22eb481
commit e347781173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ mkdir bin
pushd bin
mv ../tsMuxer/tsmuxer tsMuxeR
mv ../tsMuxerGUI/tsMuxerGUI.app .
cp tsMuxeR tsMuxerGUI.app/Contents/MacOS/
BZIP2=-9 tar cjf mac.tar.bz2 tsMuxeR tsMuxerGUI.app
popd
popd