mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 01:44:56 -04:00
Merge Mach-O bundles too
This commit is contained in:
parent
f3419e9122
commit
25e92ba9a1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue