We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8068f43 + 1c5c615 commit 634174eCopy full SHA for 634174e
3 files changed
dev_scripts/build.py
@@ -28,7 +28,7 @@ def process_md_images(md_file_list: list[Path]) -> None:
28
29
md_uri = "docs/source/images/"
30
github_uri = (
31
- "https://raw.githubusercontent.com/muziing/Py2exe-GUI/main"
+ "https://github.com/muziing/Py2exe-GUI/raw/main"
32
+ "/docs/source/images/"
33
)
34
@@ -119,7 +119,7 @@ def build_py2exe_gui() -> None:
119
clear_pyinstaller_dist(src_path)
120
clear_pycache(src_path)
121
process_md_images(readme_file_list)
122
- compile_resources()
+ # compile_resources()
123
print(f"pre-commit检查完毕,返回码:{pre_commit_check()}。")
124
125
# 正式构建
0 commit comments