mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Changed defualt pybuilder flow to just build for the current OS
This commit is contained in:
parent
251a2373b7
commit
a883abc2f0
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -15,7 +15,7 @@ use_plugin("python.coverage")
|
|||
use_plugin("exec")
|
||||
|
||||
name = "youtube-dl"
|
||||
default_task = ["clean", "analyze","offlinetest","build"]
|
||||
default_task = ["clean","build"]
|
||||
version = "0.0.0"
|
||||
|
||||
OS = Enum('OS',['Linux','MacOS', 'Windows'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue