Skip to content

Commit 4ca02eb

Browse files
committed
Create icon installer
1 parent 1c8eb15 commit 4ca02eb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

iconinstall.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cp ./package/FancyTasks.png ~/.local/share/icons/hicolor/256x256/apps/FancyTasks.png

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
33
sh $SCRIPT_DIR/build.sh
44
kpackagetool5 -i $SCRIPT_DIR/release/FancyTasks.tar.gz
5-
cp ./package/FancyTasks.png ~/.local/share/icons/hicolor/256x256/apps/FancyTasks.png
5+
sh ./iconinstall.sh

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sh $SCRIPT_DIR/build.sh
44
kpackagetool5 -u $SCRIPT_DIR/release/FancyTasks.tar.gz
55
killall plasmashell
66
kstart5 plasmashell
7-
cp ./package/FancyTasks.png ~/.local/share/icons/hicolor/256x256/apps/FancyTasks.png
7+
sh ./iconinstall.sh

0 commit comments

Comments
 (0)