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

fix build executableName

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2022-12-23 08:37:05 +02:00
parent d5b007824e
commit 6f473bfae9

View File

@ -142,6 +142,7 @@
"LICENSE"
],
"linux": {
"executableName": "open-lens",
"category": "Network",
"artifactName": "${productName}-${version}.${arch}.${ext}",
"target": [
@ -170,6 +171,7 @@
]
},
"mac": {
"executableName": "OpenLens",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "build/entitlements.mac.plist",
@ -190,6 +192,7 @@
]
},
"win": {
"executableName": "OpenLens.exe",
"target": [
"nsis"
],