mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
fix wordlist file install
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
|
||||
add_subdirectory(translations)
|
||||
|
||||
install(FILES wordlists/*.wordlist DESTINATION ${DATA_INSTALL_DIR}/wordlists)
|
||||
file(GLOB wordlists_files "wordlists/*.wordlist")
|
||||
install(FILES ${wordlists_files} DESTINATION ${DATA_INSTALL_DIR}/wordlists)
|
||||
|
||||
file(GLOB DATABASE_ICONS icons/database/*.png)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user