diff options
Diffstat (limited to 'icons')
-rwxr-xr-x | icons/copybreeze.sh | 3 |
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 | ||
38 | def ensure_dir(file_path): | 39 | def ensure_dir(file_path): |