From 26ea96fdd2dc431ff9240b5ea6a1f0afc38ced5e Mon Sep 17 00:00:00 2001 From: Vladimir Date: Wed, 15 Jul 2026 10:21:23 +0300 Subject: [PATCH] add innosetup ewsdr_dmr.dll --- other/ewsdr_inno_setup.iss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/other/ewsdr_inno_setup.iss b/other/ewsdr_inno_setup.iss index e80083a..70f5e4f 100644 --- a/other/ewsdr_inno_setup.iss +++ b/other/ewsdr_inno_setup.iss @@ -31,6 +31,8 @@ Source: "__SOURCE_PATH__\__ARCH__\libxml2.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "__SOURCE_PATH__\__ARCH__\libzstd.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "__SOURCE_PATH__\__ARCH__\libad9361.dll"; DestDir: "{app}"; Flags: ignoreversion + Source: "__SOURCE_PATH__\__ARCH__\ewsdr_dmr.dll"; DestDir: "{app}"; Flags: ignoreversion + Source: "__SOURCE_PATH__\__ARCH__\libmbe.dll"; DestDir: "{app}"; Flags: ignoreversion [Icons] Name: "{group}\EWSDR"; Filename: "{app}\ewsdr.exe"