Skip to content

Commit 39521b4

Browse files
committed
Do not require rosetta for generated macOS packages
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 520dfa0 commit 39521b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macosx/package.xml.in

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

0 commit comments

Comments
 (0)