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 (#3705)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-09-01 13:15:58 +03:00 committed by GitHub
parent 41fcd73c69
commit 776a15e54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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