summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
Diffstat (limited to 'icons')
-rwxr-xr-xicons/copybreeze.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh
index da2f1df7..6a245178 100755
--- a/icons/copybreeze.sh
+++ b/icons/copybreeze.sh
@@ -32,7 +32,8 @@ wantedIcons = [
32 "mail-message.svg", 32 "mail-message.svg",
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] 37]
37 38
38def ensure_dir(file_path): 39def ensure_dir(file_path):