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"