mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 18:43:51 +00:00
add portaudio dll inno setup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user