mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-26 07:49:50 -05:00
fix wordlist file install
This commit is contained in:
parent
67c6e10f5f
commit
0ba19cce4d
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user