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:
parent
1a90f8b7b3
commit
ad02f3dc34
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user