From 8eb1067da58a89215b68e5dc82d6277af589eef6 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 25 Apr 2021 00:25:02 +0200 Subject: [PATCH] Added pothos to windows CI 10 --- make_windows_package.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_windows_package.ps1 b/make_windows_package.ps1 index a3a144e..809fde9 100644 --- a/make_windows_package.ps1 +++ b/make_windows_package.ps1 @@ -37,8 +37,8 @@ cp $build_dir/soapy_source/Release/soapy_source.dll sdrpp_windows_x64/modules/ cp $build_dir/file_source/Release/file_source.dll sdrpp_windows_x64/modules/ -cp $build_dir/sdrplay_source/Release/sdrplay_source.dll sdrpp_windows_x64/modules/ -cp 'C:/Program Files/SDRplay/API/x64/sdrplay_api.dll' sdrpp_windows_x64/ +cp $build_dir/sdrplay_source/Release/sdrplay_source.dll sdrpp_windows_x64/modules/ -ErrorAction SilentlyContinue +cp 'C:/Program Files/SDRplay/API/x64/sdrplay_api.dll' sdrpp_windows_x64/ -ErrorAction SilentlyContinue cp $build_dir/meteor_demodulator/Release/meteor_demodulator.dll sdrpp_windows_x64/modules/