mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-13 08:42:29 +00:00
Fix windows build with bun and wrapper files (#41)
This commit is contained in:
@@ -49,7 +49,7 @@ def build_bundle_cmds():
|
||||
|
||||
elif bun := shutil.which("bun"):
|
||||
name = "bun"
|
||||
install = ["bun", "install", "--frozen-lockfile"]
|
||||
install = [bun, "install", "--frozen-lockfile"]
|
||||
bundle = [bun, "--bun", "run", "bundle"]
|
||||
|
||||
elif npm := shutil.which("npm"):
|
||||
|
||||
Reference in New Issue
Block a user