Skip to content

Commit

Permalink
RxTx semantic move: corrected Windows install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Oct 8, 2016
1 parent d48bb90 commit 2f3bb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ copy libairspy\%1\libairspy.dll %2
copy libbladerf\%1\libbladerf.dll %2
copy %libusbdir%\dll\libusb-1.0.dll %2
mkdir %2\plugins
mkdir %2\plugins\channel
mkdir %2\plugins\channelrx
mkdir %2\plugins\samplesource
copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
Expand Down
2 changes: 1 addition & 1 deletion windows64.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ copy libairspy\%1\libairspy.dll %2
copy libbladerf\%1\libbladerf.dll %2
copy %libusbdir%\dll\libusb-1.0.dll %2
mkdir %2\plugins
mkdir %2\plugins\channel
mkdir %2\plugins\channelrx
mkdir %2\plugins\samplesource
copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
Expand Down

0 comments on commit 2f3bb94

Please sign in to comment.