mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 13:41:14 -05:00
Merge Mach-O bundles too
This commit is contained in:
parent
f3419e9122
commit
25e92ba9a1
@ -16,6 +16,7 @@ def get_binary_arches(app_dir):
|
||||
out = subprocess.check_output(["file", filename]).decode("utf-8")
|
||||
if (
|
||||
"Mach-O 64-bit executable" in out
|
||||
or "Mach-O 64-bit bundle" in out
|
||||
or "Mach-O 64-bit dynamically linked shared library" in out
|
||||
):
|
||||
arm64, x86 = False, False
|
||||
|
Loading…
Reference in New Issue
Block a user