summaryrefslogtreecommitdiff
path: root/run.spec
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-20 21:41:52 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-20 21:41:52 -0700
commit9e46a0d6198f5d2240c1a88f4c55af993c0f47cf (patch)
tree5cb3b7f28d7660252836312c669df0fbabf92fdf /run.spec
parent2d3d96e5b55a225eb97251850909eb7a0a7242ed (diff)
downloadsncontinue-9e46a0d6198f5d2240c1a88f4c55af993c0f47cf.tar.gz
sncontinue-9e46a0d6198f5d2240c1a88f4c55af993c0f47cf.tar.bz2
sncontinue-9e46a0d6198f5d2240c1a88f4c55af993c0f47cf.zip
build universal binary for macos
Diffstat (limited to 'run.spec')
-rw-r--r--run.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.spec b/run.spec
index f7b2d3a3..677a1931 100644
--- a/run.spec
+++ b/run.spec
@@ -41,7 +41,7 @@ exe = EXE(
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
- target_arch=None,
+ target_arch='universal2',
codesign_identity=None,
entitlements_file=None,
)