Skip to content

Commit 304ea2b

Browse files
committed
install script update
1 parent 0414d35 commit 304ea2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# This line will be replaced by the release script with the correct version
5-
VERSION=1.0.0
5+
VERSION=2.0.0
66

77
REPO="khumnath/fcitx5-lekhika"
88
ARCHIVE="fcitx5-lekhika-${VERSION}.tar.gz"
@@ -30,7 +30,7 @@ sudo install -d "$DATA_DIR"
3030
sudo install -m644 data/*.toml "$DATA_DIR"
3131

3232
echo "🎨 Installing icon..."
33-
sudo install -Dm644 icons/48x48/apps/lekhika.png "$ICON_DIR/lekhika.png"
33+
sudo install -Dm644 icons/48x48/apps/fcitx5-lekhika.png "$ICON_DIR/fcitx5-lekhika.png"
3434

3535
echo "✅ Installation complete! Launch 'fcitx5-configtool' to enable fcitx5-lekhika."
3636

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mkdir -p "$DIST_DIR"/{config,data,icons/48x48/apps}
1717
# Copy files
1818
cp "$SO_FILE" "$DIST_DIR/"
1919
cp config/fcitx5lekhika.addon.conf "$DIST_DIR/config/"
20-
cp config/fcitx5lekhika.inputmethod.intry.desc "$DIST_DIR/config/"
20+
cp config/fcitx5lekhika.conf "$DIST_DIR/config/"
2121
cp data/*.toml "$DIST_DIR/data/"
2222
cp icons/48x48/apps/*.png "$DIST_DIR/icons/48x48/apps/"
2323

0 commit comments

Comments
 (0)