From 5b9bd56cf265496ea891e30acc7cf2efe83b682a Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sat, 3 Jul 2021 20:39:35 +0200 Subject: [PATCH] Fixed missing frequency manager from windows CI --- make_windows_package.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/make_windows_package.ps1 b/make_windows_package.ps1 index 527f97ef..553e5958 100644 --- a/make_windows_package.ps1 +++ b/make_windows_package.ps1 @@ -55,6 +55,7 @@ cp $build_dir/radio/Release/radio.dll sdrpp_windows_x64/modules/ # Copy misc modules cp $build_dir/discord_integration/Release/discord_integration.dll sdrpp_windows_x64/modules/ +cp $build_dir/frequency_manager/Release/frequency_manager.dll sdrpp_windows_x64/modules/ cp $build_dir/recorder/Release/recorder.dll sdrpp_windows_x64/modules/