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", "name": "youtube-dl-gui",
"version": "1.1.3", "version": "1.2.0",
"description": "A GUI for the YouTube-dl library", "description": "A GUI for the YouTube-dl library",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
@@ -53,7 +53,7 @@
{ {
"from": "resources", "from": "resources",
"to": "./", "to": "./",
"filter": ["ffmpeg-ml", "youtube-dl-ml"] "filter": ["ffmpeg", "youtube-dl"]
} }
] ]
}, },