From e34778117372053c76ca3a26fac419723e1860cd Mon Sep 17 00:00:00 2001 From: Daniel Kamil Kozar Date: Wed, 29 Apr 2020 21:39:15 +0200 Subject: [PATCH] Fix location of the main binary in native macOS builds (#297) --- build_macos_native.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_macos_native.sh b/build_macos_native.sh index dc4466d..142c929 100755 --- a/build_macos_native.sh +++ b/build_macos_native.sh @@ -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