summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 10:47:44 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 10:47:44 +0200
commit7aba5dcab227d98ed13c9c4dfcdcb1f4438c5f92 (patch)
treef6917a17f3faa161d5df04ce7ac081312fdc07dc /icons
parent2d381ae5cc3d24785718ad23c4c43e1049445829 (diff)
downloadkube-7aba5dcab227d98ed13c9c4dfcdcb1f4438c5f92.tar.gz
kube-7aba5dcab227d98ed13c9c4dfcdcb1f4438c5f92.zip
add go-down and go-previous to copybreeze.sh
Diffstat (limited to 'icons')
-rwxr-xr-xicons/copybreeze.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh
index e3deae01..00817587 100755
--- a/icons/copybreeze.sh
+++ b/icons/copybreeze.sh
@@ -24,6 +24,8 @@ wantedIcons = [
24 "mail-reply-sender.svg", 24 "mail-reply-sender.svg",
25 "network-disconnect.svg", 25 "network-disconnect.svg",
26 "view-refresh.svg" 26 "view-refresh.svg"
27 "go-down.svg"
28 "go-previous.svg"
27] 29]
28 30
29def ensure_dir(file_path): 31def ensure_dir(file_path):