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" />
    @skip_au_start@
    <choice id="studio.kx.distrho.@sname@-au" title="AU" description="Install AU plugins" visible="true">
        <pkg-ref id="studio.kx.distrho.@sname@-components" version="0">@aubundleref@</pkg-ref>
    </choice>
    @skip_au_end@
    @skip_clap_start@
    <choice id="studio.kx.distrho.@sname@-clap" title="CLAP" description="Install CLAP plugins" visible="true">
        <pkg-ref id="studio.kx.distrho.@sname@-clapbundles" version="0">@clapbundleref@</pkg-ref>
    </choice>
    @skip_clap_end@
    @skip_lv2_start@
    <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>
    @skip_lv2_end@
    @skip_vst2_start@
    <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>
    @skip_vst2_end@
    @skip_vst3_start@
    <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>
    @skip_vst3_end@
    <choices-outline>
        @skip_au_start@<line choice="studio.kx.distrho.@sname@-au"/>@skip_au_end@
        @skip_clap_start@<line choice="studio.kx.distrho.@sname@-clap"/>@skip_clap_end@
        @skip_lv2_start@<line choice="studio.kx.distrho.@sname@-lv2"/>@skip_lv2_end@
        @skip_vst2_start@<line choice="studio.kx.distrho.@sname@-vst2"/>@skip_vst2_end@
        @skip_vst3_start@<line choice="studio.kx.distrho.@sname@-vst3"/>@skip_vst3_end@
    </choices-outline>
</installer-gui-script>
 |