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