<div dir="ltr"><div dir="ltr">On Wed, Apr 27, 2022 at 7:49 PM James <<a href="mailto:jam@tigger.ws">jam@tigger.ws</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">John<br>
your mac dmg on sourceforge are tagged 'i386'. Should that not be x86 to differentiate from ARM.<br>
IIRC since catelina macosx has not supported 32 bit (which is what i386 says)<br></blockquote><div><br></div><div>To automate the architecture tagging, the compile script uses the output of "/usr/bin/arch" which on intel outputs i386, on ARM outputs arm64.  This is the case even on Big Sur and Monterey which do not support 32bit..</div><div><br></div><div>This is the simplest mechanism to automate tagging an architecture.   Feel free to suggest another one line command for tagging the filename and I'll consider modifying it, otherwise, I do not see any real issues staying with the same mechanism since it's what Apple seems to prefer.</div></div></div>