Skip to content

Commit 634174e

Browse files
committed
Merge branch 'dev'
2 parents 8068f43 + 1c5c615 commit 634174e

3 files changed

Lines changed: 127 additions & 80 deletions

File tree

dev_scripts/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def process_md_images(md_file_list: list[Path]) -> None:
2828

2929
md_uri = "docs/source/images/"
3030
github_uri = (
31-
"https://raw.githubusercontent.com/muziing/Py2exe-GUI/main"
31+
"https://github.com/muziing/Py2exe-GUI/raw/main"
3232
+ "/docs/source/images/"
3333
)
3434

@@ -119,7 +119,7 @@ def build_py2exe_gui() -> None:
119119
clear_pyinstaller_dist(src_path)
120120
clear_pycache(src_path)
121121
process_md_images(readme_file_list)
122-
compile_resources()
122+
# compile_resources()
123123
print(f"pre-commit检查完毕,返回码:{pre_commit_check()}。")
124124

125125
# 正式构建

0 commit comments

Comments
 (0)