1
0
mirror of https://github.com/lensapp/lens.git synced 2024-10-26 09:47:18 +03:00

chore: Fix building open-lens on windows

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-08 20:24:59 -04:00
parent 71461feec7
commit 2d19948a77
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ const renderer: webpack.Configuration = {
{
from: path.resolve(
path.dirname(require.resolve("@k8slens/core/package.json")),
corePackageJson.exports["./fonts/*"]
corePackageJson.exports["./fonts/*.ttf"]
),
to: "[name][ext]",
},

View File

@ -24,7 +24,7 @@
"./styles": "./static/build/library/renderer.css",
"./template.html": "./src/renderer/template.html",
"./vars.scss": "./src/renderer/components/vars.scss",
"./fonts/*": "./static/build/library/fonts/*",
"./fonts/*.ttf": "./static/build/library/fonts/*.ttf",
"./icons/*.svg": "./src/renderer/components/icon/*.svg"
},
"typesVersions": {