Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2020-03-09 03:27:16 +0300
committerJonathan White <support@dmapps.us>2020-03-14 17:13:12 +0300
commitb045160e4fcd612def4c5cff55f9469baf12a738 (patch)
tree6c262e2a48355bb054400b647a3d515f54b682fe /utils
parent4ff781fa4846c7e1d9d90230dac9bc2f14369fa4 (diff)
Bundle icons using the Qt resource system.
Simplify resource loading logic and enable reproducible builds. Fixes #2582
Diffstat (limited to 'utils')
-rw-r--r--utils/makeicons.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/makeicons.sh b/utils/makeicons.sh
index 887874161..d4a8848e1 100644
--- a/utils/makeicons.sh
+++ b/utils/makeicons.sh
@@ -94,6 +94,7 @@ map() {
entry-edit) echo comment-edit-outline ;;
entry-new) echo comment-plus-outline ;;
favicon-download) echo download ;;
+ freedesktop) echo freedesktop-dot-org ;;
getting-started) echo lightbulb-on-outline ;;
group-delete) echo folder-remove-outline ;;
group-edit) echo folder-edit-outline ;;