add libfftw in ewsdr_inno_setup

This commit is contained in:
2026-06-02 14:29:23 +03:00
parent 1bb831d7b1
commit 827c6b3207
+2
View File
@@ -23,6 +23,8 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
[Files]
Source: "__SOURCE_PATH__\__ARCH__\ewsdr.exe"; DestDir: "{app}"; DestName: "ewsdr.exe"
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}";
[Icons]
Name: "{group}\EWSDR"; Filename: "{app}\ewsdr.exe"