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"