Skip to content

Commit 8e5b4ad

Browse files
committed
1. Update icon images.
2. fixed: Remove icon config while uninstall.
1 parent 1b5d42c commit 8e5b4ad

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

appicon_backlight_normal.png

1.02 KB
Loading

appicon_backlight_pressed.png

1.03 KB
Loading

init

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ APPS_CONFIG_DIR="/data/conf"
1010
LAUNCHER_CONFIG_DIR="$APPS_CONFIG_DIR/launcher/conf.d"
1111
LAUNCHER_CONFIG_FILE="$LAUNCHER_CONFIG_DIR/$PROGRAM_NAME.conf"
1212

13-
ICON="normal.png"
14-
PRESSED_ICON="pressed.png"
13+
ICON="appicon_backlight_normal.png"
14+
PRESSED_ICON="appicon_backlight_pressed.png"
1515

1616
PID_FILE="$CURWDIR/$PROGRAM_NAME.pid"
1717
PKILL_BIN="/usr/bin/pkill"
1818
INSTALL_BIN="/usr/bin/install"
19-
REMOVE="/usr/bin/rm -f"
19+
REMOVE="/bin/rm -f"
2020

2121
usage() {
2222
echo "ERROR: action missing"

normal.png

-794 Bytes
Binary file not shown.

pressed.png

-5.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)