We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0b3ac commit 649f974Copy full SHA for 649f974
.github/workflows/fcitx5-table.yml
@@ -19,7 +19,7 @@ jobs:
19
sudo apt-get install -y make python3 libime-bin
20
- name: Build
21
run: |
22
- make && make dist
+ make dist
23
make -C fcitx5
24
tar -C fcitx5 -zcvf fcitx5-table-flypy.tar.gz flypy.{conf,dict,txt}
25
cd fcitx5 && zip ../fcitx5-table-flypy.zip flypy.{conf,dict,txt}
Makefile
@@ -22,7 +22,7 @@ install: install-lua
install -vDm644 build/flypy* -t $(DESTDIR)$(RIME_DATA_DIR)/build
dist:
- tar -czvf rime-flypy.tar.gz flypy*.yaml flypy/*.yaml build/flypy*
+ tar -czvf rime-flypy.tar.gz flypy*.yaml flypy/*.yaml lua/*.lua
26
27
clean:
28
rm -rf build/ > /dev/null 2>&1 || true
0 commit comments