From 474a638abc852a66410762eb4b806cad9e657bf4 Mon Sep 17 00:00:00 2001 From: Uladzimir Karpenka Date: Tue, 2 Jun 2026 15:58:35 +0300 Subject: [PATCH] add portaudio dll inno setup --- other/ewsdr_inno_setup.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/other/ewsdr_inno_setup.iss b/other/ewsdr_inno_setup.iss index 7803b02..9618aa2 100644 --- a/other/ewsdr_inno_setup.iss +++ b/other/ewsdr_inno_setup.iss @@ -23,6 +23,7 @@ Source: "__SOURCE_PATH__\__ARCH__\wdsp.dll"; DestDir: "{app}"; Source: "__SOURCE_PATH__\__ARCH__\libfftw3-3.dll"; DestDir: "{app}"; Source: "__SOURCE_PATH__\__ARCH__\libfftw3f-3.dll"; DestDir: "{app}"; + Source: "__SOURCE_PATH__\__ARCH__\libportaudio.dll"; DestDir: "{app}"; [Icons] Name: "{group}\EWSDR"; Filename: "{app}\ewsdr.exe"