1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/build/package.json.patch
Jari Kolehmainen f958782ea9 tweak
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-04-16 12:23:48 +03:00

41 lines
966 B
Diff

diff --git a/package.json b/package.json
index 749365aa8..a8395ffba 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "open-lens",
- "productName": "OpenLens",
- "description": "OpenLens - Open Source IDE for Kubernetes",
+ "name": "lens",
+ "productName": "Lens",
+ "description": "Lens - The Kubernetes IDE",
"version": "5.0.0-alpha.1",
"main": "static/build/main.js",
"copyright": "© 2021, Mirantis, Inc.",
@@ -107,6 +107,7 @@
"target": [
"deb",
"rpm",
+ "snap",
"AppImage"
],
"extraResources": [
@@ -160,6 +161,16 @@
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
+ "snap": {
+ "confinement": "classic"
+ },
+ "publish": [
+ {
+ "provider": "s3",
+ "bucket": "lens-binaries",
+ "path": "/ide"
+ }
+ ],
"protocols": {
"name": "Lens Protocol Handler",
"schemes": [