Browse Source

Make macOS installer allowed to install without rosetta2

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 2 years ago
parent
commit
df80ab802d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup/macos/package.xml.in

+ 1
- 1
setup/macos/package.xml.in View File

@@ -2,7 +2,7 @@
<installer-gui-script minSpecVersion="1">
<title>PawPaw LV2 plugins</title>
<domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
<options customize="always" hostArchitectures="x86_64" require-scripts="false" rootVolumeOnly="true" />
<options customize="always" hostArchitectures="arm64,x86_64" require-scripts="false" rootVolumeOnly="true" />
<pkg-ref id="studio.kx.distrho.pawpaw" />
<welcome file="@CURDIR@/welcome.txt" mime-type="text/plain" />
@CHOICES@


Loading…
Cancel
Save