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:
parent
d5b007824e
commit
6f473bfae9
@ -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"
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user