1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Include *.yml* files from in-tree extensions (#1545)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-27 09:19:55 +02:00 committed by GitHub
parent 77442cd820
commit d9faba9444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,11 +91,6 @@
], ],
"afterSign": "build/notarize.js", "afterSign": "build/notarize.js",
"extraResources": [ "extraResources": [
{
"from": "src/features/",
"to": "features/",
"filter": "**/*"
},
{ {
"from": "locales/", "from": "locales/",
"to": "locales/", "to": "locales/",
@ -116,6 +111,7 @@
"to": "./extensions/", "to": "./extensions/",
"filter": [ "filter": [
"**/*.js*", "**/*.js*",
"**/*.yml*",
"!**/node_modules" "!**/node_modules"
] ]
}, },