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

fix bundling of helm on linux/windows

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-09-01 07:46:18 +03:00
parent 6fdb2f0b58
commit 1eb827f5e3

View File

@ -125,7 +125,7 @@
"to": "./${arch}/kubectl"
},
{
"from": "binaries/client/helm3/helm3",
"from": "binaries/client/${arch}/helm3/helm3",
"to": "./helm3/helm3"
}
]
@ -160,7 +160,7 @@
"to": "./ia32/kubectl.exe"
},
{
"from": "binaries/client/helm3/helm3.exe",
"from": "binaries/client/x64/helm3/helm3.exe",
"to": "./helm3/helm3.exe"
}
]