add FluidSynth signature

This commit is contained in:
Benjamin Funke 2026-06-19 00:45:21 +02:00
commit d7ce667b68

View file

@ -0,0 +1,13 @@
// Detect It Easy: detection rule file
// Author: BJNFNE <bjnfne@web.de>
// https://www.fluidsynth.org/
meta("library", "FluidSynth");
function detect() {
if (PE.isLibraryPresentExp(/^libfluidsynth/)) {
bDetected = true;
}
return result();
}