commit 0c04a07e562f502324bb417fb56dbaab7911b010
parent ac9b574f6f8294fbfaf0aab1c943ab33de7afce2
Author: falkTX <falktx@falktx.com>
Date: Sun, 19 Jun 2022 08:45:57 +0100
Make macOS installer allowed to install without rosetta2
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/plugin.pkg/package.xml.in b/utils/plugin.pkg/package.xml.in
@@ -2,7 +2,7 @@
<installer-gui-script minSpecVersion="1">
<title>@name@</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.@sname@" />
<welcome file="@builddir@/welcome.txt" mime-type="text/plain" />
<choice id="studio.kx.distrho.@sname@-lv2" title="LV2" description="Install LV2 plugins" visible="true">