DISTRHO Plugin Framework
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.

23 lines
1.3KB

  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <installer-gui-script minSpecVersion="1">
  3. <title>@name@</title>
  4. <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
  5. <options customize="always" hostArchitectures="x86_64" require-scripts="false" rootVolumeOnly="true" />
  6. <pkg-ref id="studio.kx.distrho.@sname@" />
  7. <welcome file="@builddir@/welcome.txt" mime-type="text/plain" />
  8. <choice id="studio.kx.distrho.@sname@-lv2" title="LV2" description="Install LV2 plugins" visible="true">
  9. <pkg-ref id="studio.kx.distrho.@sname@-lv2bundles" version="0">@lv2bundleref@</pkg-ref>
  10. </choice>
  11. <choice id="studio.kx.distrho.@sname@-vst2" title="VST2" description="Install VST2 plugins" visible="true">
  12. <pkg-ref id="studio.kx.distrho.@sname@-vst2bundles" version="0">@vst2bundleref@</pkg-ref>
  13. </choice>
  14. <choice id="studio.kx.distrho.@sname@-vst3" title="VST3" description="Install VST3 plugins" visible="true">
  15. <pkg-ref id="studio.kx.distrho.@sname@-vst3bundles" version="0">@vst3bundleref@</pkg-ref>
  16. </choice>
  17. <choices-outline>
  18. <line choice="studio.kx.distrho.@sname@-lv2"/>
  19. <line choice="studio.kx.distrho.@sname@-vst2"/>
  20. <line choice="studio.kx.distrho.@sname@-vst3"/>
  21. </choices-outline>
  22. </installer-gui-script>