Only include binaries for the build target

This commit is contained in:
jely2002
2020-04-04 02:04:01 +02:00
parent 4d8d659a8f
commit 93d90eb7e4

View File

@@ -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"]
}
]
},