add portaudio dll inno setup

This commit is contained in:
2026-06-02 15:58:35 +03:00
parent 710abce288
commit 474a638abc
+1
View File
@@ -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"