Corrected CMakeLists from apps directory
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 4863ad4..d677e7f 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -45,6 +45,6 @@
 #    ${CMAKE_CURRENT_BINARY_DIR}/airprobe_rtlsdr.py
     airprobe_rtlsdr.py
     airprobe_decode.py
-    airprobe_rtlsdr_capture
+    airprobe_rtlsdr_capture.py
     DESTINATION bin
 )