File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 19
19
sudo apt-get install -y make python3 libime-bin
20
20
- name : Build
21
21
run : |
22
- tar -zcvf rime-flypy.tar.gz flypy*.yaml lua/*.lua flypy_{sys,top,user}.txt flypy_full/flypy_full.txt
22
+ make dist
23
23
make -C fcitx5
24
24
tar -C fcitx5 -zcvf fcitx5-table-flypy.tar.gz flypy.{conf,dict,txt}
25
25
cd fcitx5 && zip ../fcitx5-table-flypy.zip flypy.{conf,dict,txt}
Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ install: install-lua
21
21
install -vDm644 flypy/flypy*.yaml -t $(DESTDIR)$(RIME_DATA_DIR)/flypy
22
22
install -vDm644 build/flypy* -t $(DESTDIR)$(RIME_DATA_DIR)/build
23
23
24
+ dist :
25
+ tar -czvf rime-flypy.tar.gz flypy* .yaml flypy/* .yaml build/flypy*
26
+
24
27
clean :
25
28
rm -rf build/ > /dev/null 2>&1 || true
26
29
27
- .PHONY : dict install clean
30
+ .PHONY : dict install dist clean
You can’t perform that action at this time.
0 commit comments