From 0a1653d02e9e594e128737f7ea40627abda2c16a Mon Sep 17 00:00:00 2001 From: mirtlecn Date: Sun, 9 Feb 2025 13:50:14 +0800 Subject: [PATCH] =?UTF-8?q?pref(opencc):=20=E5=9C=A8=20CI=20=E4=B8=AD?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=BD=AC=E5=8C=96=20opencc=20=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E9=80=BB=E8=BE=91=EF=BC=88=E6=9A=82=E6=9C=AA=E5=90=AF?= =?UTF-8?q?=E7=94=A8=EF=BC=89=20#1159?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f14134c19..f3b31ceef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,10 @@ jobs: - name: Pack dicts run: | + ## 备用 Prepare opencc dict, 启用后 emoji.json 也要做改动 + # apt install opencc + # opencc_dict -i opencc/emoji.txt -o opencc/emoji.ocd2 -f text -t ocd2 + mkdir dist echo "Pack all ..." find . -maxdepth 1 -name "*.lua" -o -name "*.yaml" -o -name "*.txt" | zip dist/full.zip -@