Browse Source

Allow installing to ~/Applications user folder as well as /Applications system folder on Mac.

tags/v2.6.1
Andrew Belt 3 months ago
parent
commit
f3f10d2c41
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      Distribution.xml

+ 5
- 3
Distribution.xml View File

@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<installer-gui-script minSpecVersion="2">
<title>VCV Rack 2 Free</title> <title>VCV Rack 2 Free</title>
<pkg-ref id="com.vcvrack.rack"/>


<allowed-os-versions> <allowed-os-versions>
<os-version min="10.9"/> <os-version min="10.9"/>
</allowed-os-versions> </allowed-os-versions>


<options require-scripts="false" customize="never" hostArchitectures="x86_64,arm64"/> <options require-scripts="false" customize="never" hostArchitectures="x86_64,arm64"/>
<domains enable_localSystem="true" enable_currentUserHome="true"/>

<choices-outline> <choices-outline>
<line choice="com.vcvrack.rack"/> <line choice="com.vcvrack.rack"/>
</choices-outline> </choices-outline>
@@ -14,7 +17,6 @@
<choice id="com.vcvrack.rack" title="Standalone" enabled="false"> <choice id="com.vcvrack.rack" title="Standalone" enabled="false">
<pkg-ref id="com.vcvrack.rack"/> <pkg-ref id="com.vcvrack.rack"/>
</choice> </choice>
<pkg-ref id="com.vcvrack.rack" version="0" onConclusion="none">Component.pkg</pkg-ref>


<pkg-ref id="com.vcvrack.rack"/>
<pkg-ref id="com.vcvrack.rack" version="0" onConclusion="none">Component.pkg</pkg-ref>
</installer-gui-script> </installer-gui-script>

Loading…
Cancel
Save