From d3a35bb29d9f9fb7c0d406e3b18fcd2c0ff39467 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 16 Apr 2021 10:32:59 +0300 Subject: [PATCH] tweak Signed-off-by: Jari Kolehmainen --- package.json | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index b4a633da26..749365aa8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "kontena-lens", - "productName": "Lens", - "description": "Lens - The Kubernetes IDE", + "name": "open-lens", + "productName": "OpenLens", + "description": "OpenLens - The Kubernetes IDE", "version": "5.0.0-alpha.1", "main": "static/build/main.js", "copyright": "© 2021, Mirantis, Inc.", @@ -23,9 +23,9 @@ "compile:renderer": "yarn run webpack --config webpack.renderer.ts", "compile:extension-types": "yarn run webpack --config webpack.extensions.ts", "npm:fix-package-version": "yarn run ts-node build/set_npm_version.ts", - "build:linux": "yarn run compile && electron-builder --linux --dir -c.productName=Lens", - "build:mac": "yarn run compile && electron-builder --mac --dir -c.productName=Lens", - "build:win": "yarn run compile && electron-builder --win --dir -c.productName=Lens", + "build:linux": "yarn run compile && electron-builder --linux --dir", + "build:mac": "yarn run compile && electron-builder --mac --dir", + "build:win": "yarn run compile && electron-builder --win --dir", "integration": "jest --runInBand integration", "dist": "yarn run compile && electron-builder --publish onTag", "dist:win": "yarn run compile && electron-builder --publish onTag --x64 --ia32", @@ -107,7 +107,6 @@ "target": [ "deb", "rpm", - "snap", "AppImage" ], "extraResources": [ @@ -161,16 +160,6 @@ "oneClick": false, "allowToChangeInstallationDirectory": true }, - "snap": { - "confinement": "classic" - }, - "publish": [ - { - "provider": "s3", - "bucket": "lens-binaries", - "path": "/ide" - } - ], "protocols": { "name": "Lens Protocol Handler", "schemes": [