Added checking for update and triggering the updater.

This commit is contained in:
2025-10-31 14:47:27 +01:00
parent bddb6df3ee
commit d943f2d89a
4 changed files with 92 additions and 1 deletions

View File

@ -20,6 +20,7 @@ add_library(${TARGET_APP} STATIC
genericcore.cpp
genericcore.h
${TS_FILES}
constants.h
)
include_directories(${CMAKE_CURRENT_BINARY_DIR})