Skip to content

Commit 65589bb

Browse files
author
黄佰荣
committed
window环境的构建脚本
1 parent 929e1ca commit 65589bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qpython-docs/build-window.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd build/html
66

77
REM 使用 Python 执行 add-analytics.py 脚本
88
@REM for /r %%f in (*.html) do (
9-
@REM python ..\..\add-analytics.py "%%f"
9+
python ..\..\add-analytics-window.py "%%f"
1010
@REM )
1111

1212
REM 替换 _static 为 static,_images 为 images

0 commit comments

Comments
 (0)