Skip to content

Commit

Permalink
fix: 修复build.yaml错误 & docs: 完善README
Browse files Browse the repository at this point in the history
  • Loading branch information
h3ll0www0rld committed May 2, 2024
1 parent 9a3eb19 commit d2213df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ scoop install mpv
```shell
./ani-cli
```
第一次运行是会下载`chromium`

# 开发&构建
在项目根目录下先运行
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$env:PYPPETEER_CHROMIUM_REVISION='1263111'
pip install -r requirements.txt
$filePath = "c:\hostedtoolcache\windows\python\3.11.9\x64\lib\site-packages\pyppeteerchromium_downloader.py"
$filePath = "c:\hostedtoolcache\windows\python\3.11.9\x64\lib\site-packages\pyppeteer\chromium_downloader.py"
# 修改chromium镜像位置
$lineNumber = 29
$newLineContent = 'DOWNLOAD_HOST = "https://registry.npmmirror.com/-/binary"'
Expand Down
1 change: 0 additions & 1 deletion scripts/setup.ps1

This file was deleted.

0 comments on commit d2213df

Please sign in to comment.