summaryrefslogtreecommitdiffstats
path: root/icons/copybreeze.sh
diff options
context:
space:
mode:
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-xicons/copybreeze.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh
index 6a245178..adae54be 100755
--- a/icons/copybreeze.sh
+++ b/icons/copybreeze.sh
@@ -33,7 +33,9 @@ wantedIcons = [
33 "list-add.svg", 33 "list-add.svg",
34 "list-remove.svg", 34 "list-remove.svg",
35 "checkbox.svg", 35 "checkbox.svg",
36 "edit-copy.svg" 36 "edit-copy.svg",
37 "password-show-on.svg",
38 "password-show-off.svg"
37] 39]
38 40
39def ensure_dir(file_path): 41def ensure_dir(file_path):