mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
Only include binaries for the build target
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "youtube-dl-gui",
|
||||
"version": "1.1.3",
|
||||
"version": "1.2.0",
|
||||
"description": "A GUI for the YouTube-dl library",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@@ -53,7 +53,7 @@
|
||||
{
|
||||
"from": "resources",
|
||||
"to": "./",
|
||||
"filter": ["ffmpeg-ml", "youtube-dl-ml"]
|
||||
"filter": ["ffmpeg", "youtube-dl"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user