File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ tar -xzf "$ARCHIVE"
23
23
echo " 🧩 Installing shared object and configuration files..."
24
24
sudo install -Dm755 fcitx5lekhika.so " $INSTALL_DIR /fcitx5lekhika.so"
25
25
sudo install -Dm644 config/fcitx5lekhika.addon.conf /usr/share/fcitx5/addon/fcitx5lekhika.conf
26
- sudo install -Dm644 config/fcitx5lekhika.inputmethod.intry.desc /usr/share/fcitx5/inputmethod/fcitx5lekhika.conf
26
+ sudo install -Dm644 config/fcitx5lekhika.conf /usr/share/fcitx5/inputmethod/fcitx5lekhika.conf
27
27
28
28
echo " 🗂️ Installing transliteration data..."
29
29
sudo install -d " $DATA_DIR "
30
30
sudo install -m644 data/* .toml " $DATA_DIR "
31
31
32
32
echo " 🎨 Installing icon..."
33
- sudo install -Dm644 icons/48x48/apps/fcitx5- lekhika.png " $ICON_DIR /fcitx5- lekhika.png"
33
+ sudo install -Dm644 icons/48x48/apps/lekhika.png " $ICON_DIR /lekhika.png"
34
34
35
35
echo " ✅ Installation complete! Launch 'fcitx5-configtool' to enable fcitx5-lekhika."
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sudo install -d "$DATA_DIR"
30
30
sudo install -m644 data/* .toml " $DATA_DIR "
31
31
32
32
echo " 🎨 Installing icon..."
33
- sudo install -Dm644 icons/48x48/apps/lekhika.png " $ICON_DIR /fcitx5- lekhika.png"
33
+ sudo install -Dm644 icons/48x48/apps/lekhika.png " $ICON_DIR /lekhika.png"
34
34
35
35
echo " ✅ Installation complete! Launch 'fcitx5-configtool' to enable fcitx5-lekhika."
36
36
You can’t perform that action at this time.
0 commit comments