Skip to content

Commit 219ca9b

Browse files
authored
Update make_windows_package.ps1 add Support of HydraSDR RFOne
1 parent 4e8436e commit 219ca9b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

make_windows_package.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ cp 'C:/Program Files/PothosSDR/bin/hackrf.dll' sdrpp_windows_x64/
3232

3333
cp $build_dir/source_modules/hermes_source/Release/hermes_source.dll sdrpp_windows_x64/modules/
3434

35+
cp $build_dir/source_modules/hydrasdr_rfone_source/Release/hydrasdr_rfone_source.dll sdrpp_windows_x64/modules/
36+
cp 'C:/Program Files/PothosSDR/bin/hydrasdr.dll' sdrpp_windows_x64/
37+
3538
cp $build_dir/source_modules/limesdr_source/Release/limesdr_source.dll sdrpp_windows_x64/modules/
3639
cp 'C:/Program Files/PothosSDR/bin/LimeSuite.dll' sdrpp_windows_x64/
3740

0 commit comments

Comments
 (0)