mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
macOS: Specify hostArchitectures in osx_distribution.xml
This allows the installer to work without Rosetta 2 on Apple Silicon Macs. Note that fish shell itself has run natively since 3.3.1 but the installer still wanted Rosetta 2, because this key was missing. Fixes #8566. Credit to floam for finding missing key.
This commit is contained in:
parent
667057cb0d
commit
c1a1b70203
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<welcome file="welcome.rtf"/>
|
||||
<background file="terminal_logo.png" scaling="proportional" alignment="bottomleft"/>
|
||||
<pkg-ref id="com.ridiculousfish.fish-shell-pkg"/>
|
||||
<options hostArchitectures="arm64,x86_64" />
|
||||
<options customize="never" require-scripts="false"/>
|
||||
<choices-outline>
|
||||
<line choice="default">
|
||||
|
|
Loading…
Reference in a new issue