Skip to content

Commit

Permalink
Build: Specify architecture in Mac packages
Browse files Browse the repository at this point in the history
Apparently the installer architecture defaults to x86-64 (probably
because our macOS builds are performed on an Intel-based Mac), which
caused the user to be prompted to install Rosetta when attempting to
install the TurboVNC package for Macs with Apple silicon CPUs.

Refer to #350
  • Loading branch information
dcommander committed Dec 7, 2022
1 parent 4d40722 commit 7b8a649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ followed by a left Alt key release, caused the keyboard focus to be redirected
to the system menu, and subsequent keystrokes were consumed by the system menu
until left Alt or Esc was pressed to dismiss the menu.

2. Fixed an issue whereby Rosetta was required in order to install the
TurboVNC package for Macs with Apple silicon CPUs.


3.0.2
=====
Expand Down
2 changes: 1 addition & 1 deletion release/Distribution.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
enable_localSystem="true"
/>
<installation-check script="installationCheck()" />
<options customize="never" />
<options customize="never" hostArchitectures="@CPU_TYPE@" />
<choices-outline>
<line choice="default">
<line choice="@PKGID@"/>
Expand Down

0 comments on commit 7b8a649

Please sign in to comment.