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

Move nsis configuration in package.json

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-09-16 14:56:07 +03:00
parent 1a90f8b7b3
commit ad02f3dc34

View File

@ -128,9 +128,6 @@
"target": [ "target": [
"nsis" "nsis"
], ],
"nsis": {
"include": "build/installer.nsh"
},
"extraResources": [ "extraResources": [
{ {
"from": "binaries/client/windows/x64/kubectl.exe", "from": "binaries/client/windows/x64/kubectl.exe",
@ -146,6 +143,9 @@
} }
] ]
}, },
"nsis": {
"include": "build/installer.nsh"
},
"publish": [ "publish": [
{ {
"provider": "github", "provider": "github",