Skip to content

Commit

Permalink
修复打包错误
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Apr 22, 2022
1 parent 8960598 commit 443e3b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions launcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 数据更新脚本工具
- buildipdb.py
- builddomains.py
- updatecas.py

运行 <code>脚本名 --help</code> 获取使用帮助。
Windows 用户还可以直接从托盘工具处点击更新。
2 changes: 1 addition & 1 deletion launcher/updatecas.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def update(*dss):
print('''
用法:
--help 显示此使用提示
-u 下载的证书文件不放入脚本目录而是更新到相邻的 data 目录
-u 下载的证书文件不放入脚本目录而是更新到相邻的 cert/cacerts 目录
交互模式下参数 "-u" 无效
指定可用数据源,交互模式中无效
Expand Down
1 change: 1 addition & 0 deletions pack_portable.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from configparser import ConfigParser
try:
import packaging
import packaging.specifiers
from packaging.version import parse as parse_version
except ImportError:
from pkg_resources import packaging, parse_version
Expand Down

0 comments on commit 443e3b8

Please sign in to comment.