diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 14b5a93e7..3f013e62a 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -42,6 +42,7 @@ SUBDIRS += plugins/channelrx/demodwfm SUBDIRS += plugins/channelrx/tcpsrc SUBDIRS += plugins/channelrx/udpsrc SUBDIRS += plugins/channeltx/modam +SUBDIRS += plugins/channeltx/modatv SUBDIRS += plugins/channeltx/modnfm SUBDIRS += plugins/channeltx/modssb SUBDIRS += plugins/channeltx/modwfm diff --git a/windows.install.bat b/windows.install.bat index b3719bb9b..a4d8b0187 100644 --- a/windows.install.bat +++ b/windows.install.bat @@ -30,6 +30,7 @@ copy plugins\channelrx\demodwfm\%1\demodwfm.dll %2\plugins\channelrx copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx copy plugins\channeltx\modam\%1\modam.dll %2\plugins\channeltx +copy plugins\channeltx\modatv\%1\modatv.dll %2\plugins\channeltx copy plugins\channeltx\modnfm\%1\modnfm.dll %2\plugins\channeltx copy plugins\channeltx\modssb\%1\modssb.dll %2\plugins\channeltx copy plugins\channeltx\modwfm\%1\modwfm.dll %2\plugins\channeltx diff --git a/windows64.install.bat b/windows64.install.bat index 58369d79c..5a4655d04 100644 --- a/windows64.install.bat +++ b/windows64.install.bat @@ -43,6 +43,7 @@ copy plugins\channelrx\demodwfm\%1\demodwfm.dll %2\plugins\channelrx copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx copy plugins\channeltx\modam\%1\modam.dll %2\plugins\channeltx +copy plugins\channeltx\modatv\%1\modatv.dll %2\plugins\channeltx copy plugins\channeltx\modnfm\%1\modnfm.dll %2\plugins\channeltx copy plugins\channeltx\modssb\%1\modssb.dll %2\plugins\channeltx copy plugins\channeltx\modwfm\%1\modwfm.dll %2\plugins\channeltx