mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 14:23:01 -04:00
Merge Mach-O bundles too
This commit is contained in:
parent
83597842da
commit
0fc41da408
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")
|
out = subprocess.check_output(["file", filename]).decode("utf-8")
|
||||||
if (
|
if (
|
||||||
"Mach-O 64-bit executable" in out
|
"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
|
or "Mach-O 64-bit dynamically linked shared library" in out
|
||||||
):
|
):
|
||||||
arm64, x86 = False, False
|
arm64, x86 = False, False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue