From 4457be20388939817a31981c0bc328d32c13bafa Mon Sep 17 00:00:00 2001 From: Chris Hocking Date: Tue, 4 Jul 2023 08:58:49 +1000 Subject: [PATCH] Updated build script to make Universal app --- Source/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/build.sh b/Source/build.sh index c223970..8e19d91 100755 --- a/Source/build.sh +++ b/Source/build.sh @@ -1,2 +1,2 @@ #!/bin/bash -pyinstaller --onefile --add-binary='/opt/homebrew/lib/libmediainfo.dylib:.' rename-avid-mxf.py \ No newline at end of file +pyinstaller --target-arch universal2 --onefile --add-binary='/opt/homebrew/lib/libmediainfo.dylib:.' rename-avid-mxf.py \ No newline at end of file