mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-27 16:07:46 -04:00
fix wordlist file install
This commit is contained in:
parent
67c6e10f5f
commit
0ba19cce4d
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
||||||
|
|
||||||
add_subdirectory(translations)
|
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)
|
file(GLOB DATABASE_ICONS icons/database/*.png)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue