From 636bb214e8866b854d22a4842efdb5869bbfe97c Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sat, 4 Dec 2021 18:09:43 +0100 Subject: [PATCH] Fixed windows CI --- make_windows_package.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_windows_package.ps1 b/make_windows_package.ps1 index d0bfeb4..7973b79 100644 --- a/make_windows_package.ps1 +++ b/make_windows_package.ps1 @@ -57,7 +57,7 @@ cp "C:/Program Files/codec2/lib/libcodec2.dll" sdrpp_windows_x64/ cp $build_dir/decoder_modules/meteor_demodulator/Release/meteor_demodulator.dll sdrpp_windows_x64/modules/ cp $build_dir/decoder_modules/radio/Release/radio.dll sdrpp_windows_x64/modules/ -cp $build_dir/decoder_modules/radio/Release/new_radio.dll sdrpp_windows_x64/modules/ +cp $build_dir/decoder_modules/new_radio/Release/new_radio.dll sdrpp_windows_x64/modules/ # Copy misc modules