Skip to content

Commit

Permalink
build: update generate manifest script
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Dec 16, 2023
1 parent 223c93e commit 54fd425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54fd425

Please sign in to comment.