You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
    <title>@name@</title>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="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">
        <pkg-ref id="studio.kx.distrho.@sname@-lv2bundles" version="0">@lv2bundleref@</pkg-ref>
    </choice>
    <choice id="studio.kx.distrho.@sname@-vst2" title="VST2" description="Install VST2 plugins" visible="true">
        <pkg-ref id="studio.kx.distrho.@sname@-vst2bundles" version="0">@vst2bundleref@</pkg-ref>
    </choice>
    <choice id="studio.kx.distrho.@sname@-vst3" title="VST3" description="Install VST3 plugins" visible="true">
        <pkg-ref id="studio.kx.distrho.@sname@-vst3bundles" version="0">@vst3bundleref@</pkg-ref>
    </choice>
    <choices-outline>
        <line choice="studio.kx.distrho.@sname@-lv2"/>
        <line choice="studio.kx.distrho.@sname@-vst2"/>
        <line choice="studio.kx.distrho.@sname@-vst3"/>
    </choices-outline>
</installer-gui-script>
 |