Merge pull request #158093 from xrelkd/update/fcitx-update.py

fcitx5: update `update.py` script
This commit is contained in:
Bobby Rong 2022-02-05 20:07:41 +08:00 committed by GitHub
commit 6a929cfd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,24 @@ import json
import requests
import subprocess
REPOS = [ "libime", "xcb-imdkit", "fcitx5", "fcitx5-gtk", "fcitx5-qt", "fcitx5-configtool", "fcitx5-lua",
"fcitx5-rime", "fcitx5-chinese-addons", "fcitx5-table-extra", "fcitx5-table-other" ]
REPOS = [
"libime",
"xcb-imdkit",
"fcitx5",
"fcitx5-chewing",
"fcitx5-chinese-addons",
"fcitx5-configtool",
"fcitx5-gtk",
"fcitx5-hangul",
"fcitx5-lua",
"fcitx5-m17n",
"fcitx5-qt",
"fcitx5-rime",
"fcitx5-table-extra",
"fcitx5-table-other",
"fcitx5-unikey"
]
OWNER = "fcitx"