diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-10 12:33:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-11 22:49:58 +0200 |
commit | d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1 (patch) | |
tree | d10826e537d24cae562846598672ebd23cf9c19e /icons/copybreeze.sh | |
parent | 3ebfea0d06695187a1e0d2acb40959fa03f6e280 (diff) | |
download | kube-d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1.tar.gz kube-d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1.zip |
Added list-add icons
Diffstat (limited to 'icons/copybreeze.sh')
-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 1b4bbafc..30a9da59 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -28,7 +28,8 @@ wantedIcons = [ | |||
28 | "view-refresh.svg", | 28 | "view-refresh.svg", |
29 | "go-down.svg", | 29 | "go-down.svg", |
30 | "go-previous.svg", | 30 | "go-previous.svg", |
31 | "mail-message.svg" | 31 | "mail-message.svg", |
32 | "list-add.svg" | ||
32 | ] | 33 | ] |
33 | 34 | ||
34 | def ensure_dir(file_path): | 35 | def ensure_dir(file_path): |