diff --git a/src/main/index.ts b/src/main/index.ts index d668d1e8cf..ec30792bd1 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -100,9 +100,6 @@ async function main() { }) }, }, promiseIpc) - - // download helm cli - helmCli.ensureBinary() } app.on("ready", main)