Skip to content

Commit

Permalink
试图修复nuitka构建问题
Browse files Browse the repository at this point in the history
  • Loading branch information
djkcyl committed Jul 31, 2023
1 parent 9d5f17e commit 0f5c4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
with res.path(playwright, "driver") as playwright_package_path:
path = list(
playwright_package_path.joinpath("package", ".local-browsers").glob(
"chromium-*/chromium*"
"chromium-*/chrome*"
)
)[0]
chrome_relative_path = path.relative_to(pathlib.Path(playwright_package_path).parent)
Expand Down

0 comments on commit 0f5c4f9

Please sign in to comment.