Skip to content

Commit

Permalink
Updated build script to make Universal app
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Jul 3, 2023
1 parent d9371a5 commit 4457be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
pyinstaller --onefile --add-binary='/opt/homebrew/lib/libmediainfo.dylib:.' rename-avid-mxf.py
pyinstaller --target-arch universal2 --onefile --add-binary='/opt/homebrew/lib/libmediainfo.dylib:.' rename-avid-mxf.py

0 comments on commit 4457be2

Please sign in to comment.