Skip to content

Commit 1124355

Browse files
committed
Ensure we use "x86-64" for 64bit autoupdater
1 parent 9f59f08 commit 1124355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/tools_builder.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ private command toolsBuilderMakeInstaller pVersion, pEdition, pPlatform, pIdeFol
527527
put tOutputFileStub & ".app" & slash & "Contents/MacOS/Installer" into tParams["output"]
528528

529529
-- We deploy as 64-bit only as 32-bit apps will be blocked on MacOS 10.15+
530-
put "x86_64" into tParams["architectures"]
530+
put "x86-64" into tParams["architectures"]
531531

532532
put url ("binfile:" & pPackageFile) into url ("binfile:" & tOutputFileStub & ".app" & slash & "Contents/Resources/payload")
533533

0 commit comments

Comments
 (0)