Browse Source

Fix typo to not require Rosetta to run Mac ARM64 installer.

tags/v2.4.0
Andrew Belt 1 year ago
parent
commit
f29e6011b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Distribution.xml

+ 1
- 1
Distribution.xml View File

@@ -6,7 +6,7 @@
<os-version min="10.9"/>
</allowed-os-versions>

<options require-scripts="false" customize="never" hostArchtectures="x86_64,arm64"/>
<options require-scripts="false" customize="never" hostArchitectures="x86_64,arm64"/>
<choices-outline>
<line choice="com.vcvrack.rack"/>
</choices-outline>


Loading…
Cancel
Save