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:
parent
77442cd820
commit
d9faba9444
@ -91,11 +91,6 @@
|
||||
],
|
||||
"afterSign": "build/notarize.js",
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "src/features/",
|
||||
"to": "features/",
|
||||
"filter": "**/*"
|
||||
},
|
||||
{
|
||||
"from": "locales/",
|
||||
"to": "locales/",
|
||||
@ -116,6 +111,7 @@
|
||||
"to": "./extensions/",
|
||||
"filter": [
|
||||
"**/*.js*",
|
||||
"**/*.yml*",
|
||||
"!**/node_modules"
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user