AudioFilter: prepare for automatic build and publishing

GitLab: #8
Change-Id: If5857315655a820807d3b0da78a4a6869d1f379b
diff --git a/TensorflowSegmentation/CMakeLists.txt b/TensorflowSegmentation/CMakeLists.txt
index da541a7..f451bbc 100644
--- a/TensorflowSegmentation/CMakeLists.txt
+++ b/TensorflowSegmentation/CMakeLists.txt
@@ -171,7 +171,7 @@
         POST_BUILD
         COMMAND ${CMAKE_COMMAND} -E make_directory ${JPL_DIRECTORY}/../../../build/x86_64-linux-gnu/${TENSORFLOW}
         COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_BINARY_DIR}/${LIBRARY_FILE_NAME} ${JPL_DIRECTORY}/lib/${CONTRIB_PLATFORM}
-        COMMAND python3 ${PROJECT_SOURCE_DIR}/../SDK/jplManipulation.py --assemble --plugin=TensorflowSegmentation --extraPath=${TENSORFLOW}
+        COMMAND python ${PROJECT_SOURCE_DIR}/../SDK/jplManipulation.py --assemble --plugin=TensorflowSegmentation --extraPath=${TENSORFLOW}
         COMMENT "Generating JPL archive"
     )