mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-12 21:42:51 +01:00
5 lines
198 B
Batchfile
5 lines
198 B
Batchfile
echo OFF
|
|
copy /b/v/y build\Release\* root\
|
|
copy /b/v/y build\modules\radio\Release\radio.dll root\modules\radio.dll
|
|
copy /b/v/y build\modules\recorder\Release\recorder.dll root\modules\recorder.dll
|