Mercurial > hg > pub > prymula > com
view DPF-Prymula-audioplugins/dpf/utils/plugin.pkg/package.xml.in @ 3:84e66ea83026
DPF-Prymula-audioplugins-0.231015-2
author | prymula <prymula76@outlook.com> |
---|---|
date | Mon, 16 Oct 2023 21:53:34 +0200 |
parents | |
children |
line wrap: on
line source
<?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> <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> <choices-outline> <line choice="studio.kx.distrho.@sname@-lv2"/> <line choice="studio.kx.distrho.@sname@-vst2"/> <line choice="studio.kx.distrho.@sname@-vst3"/> <line choice="studio.kx.distrho.@sname@-clap"/> </choices-outline> </installer-gui-script>