From c5bb741540ec19696af7c28f0dc613e35f642155 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Fri, 28 Feb 2020 16:21:34 +0100
Subject: [PATCH] Update package name

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f06e3d..83bc525 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
     install(FILES ${shared_libraries} DESTINATION .)
 endif()
 
-set(CPACK_PACKAGE_NAME "BioTracker Plugin BackgroundSubtraction")
+set(CPACK_PACKAGE_NAME "BioTracker Background Subtraction Tracker")
 set(CPACK_PACKAGE_VENDOR "Biorobotics Lab / FU Berlin")
 set(CPACK_PACKAGE_VERSION ${SOURCE_VERSION})
 
-- 
GitLab