Browse Source

Do not require rosetta for generated macOS packages

Signed-off-by: falkTX <falktx@falktx.com>
pull/932/merge
falkTX 1 year ago
parent
commit
39521b4dc8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      macosx/package.xml.in

+ 1
- 1
macosx/package.xml.in View File

@@ -13,7 +13,7 @@
</choices-outline>
<domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
<license file="@CURDIR@/../COPYING" mime-type="text/plain" />
<options customize="never" hostArchitectures="x86_64" require-scripts="false" rootVolumeOnly="true" />
<options customize="never" hostArchitectures="arm64,x86_64" require-scripts="false" rootVolumeOnly="true" />
<pkg-ref id="org.jackaudio.jack2" />
<welcome file="@CURDIR@/package-welcome.txt" mime-type="text/plain" />
</installer-gui-script>

Loading…
Cancel
Save