Skip to content

Commit 082f73b

Browse files
committed
chore: update database dates and cmake install
1 parent 365f4ba commit 082f73b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

db/info.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
date=2026-04-21
1+
date=2026-04-23

db_extra/info.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
date=2026-04-21
1+
date=2026-04-23

detectiteasy.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(DETECTITEASY_SOURCES true)
22

33
if (DEFINED X_RESOURCES)
44
install (DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/db DESTINATION ${X_RESOURCES} OPTIONAL)
5+
install (DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/db_extra DESTINATION ${X_RESOURCES} OPTIONAL)
56
install (DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/db_custom DESTINATION ${X_RESOURCES} OPTIONAL)
67
endif()
78

0 commit comments

Comments
 (0)