Make macOS installer allowed to install without rosetta2

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-19 08:47:57 +01:00
parent 67c699162d
commit e78faac205
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<installer-gui-script minSpecVersion="1">
<title>Carla Plugin</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.carla" />
<choice id="studio.kx.carla.lv2" title="LV2 plugin" description='Carla as LV2 plugin' visible="true">
<pkg-ref id="studio.kx.carla.lv2" version="0">carla-lv2.pkg</pkg-ref>