build: update generate manifest script

This commit is contained in:
cxfksword 2023-12-16 15:41:18 +08:00
parent 223c93ec49
commit 54fd425849
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def main():
# # 国内加速
cn_domain = 'https://mirror.ghproxy.com/'
if 'CN_DOMAIN' in os.environ:
if 'CN_DOMAIN' in os.environ and os.environ["CN_DOMAIN"]:
cn_domain = os.environ["CN_DOMAIN"]
cn_domain = cn_domain.rstrip('/')
with open('manifest_cn.json', 'w') as f: