mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
cff4365b35
commit
085b51724a
@ -3,15 +3,15 @@ import * as path from "path"
|
|||||||
|
|
||||||
let appPath = ""
|
let appPath = ""
|
||||||
switch(process.platform) {
|
switch(process.platform) {
|
||||||
case "win32": {
|
case "win32":
|
||||||
appPath = path.join("./dist/win-unpacked/Lens.exe")
|
appPath = path.join("./dist/win-unpacked/Lens.exe")
|
||||||
}
|
break
|
||||||
case "linux": {
|
case "linux":
|
||||||
appPath = path.join("./dist/linux-unpacked/kontena-lens")
|
appPath = path.join("./dist/linux-unpacked/kontena-lens")
|
||||||
}
|
break
|
||||||
case "darwin": {
|
case "darwin":
|
||||||
appPath = path.join("./dist/mac/LensDev.app/Contents/MacOS/LensDev")
|
appPath = path.join("./dist/mac/LensDev.app/Contents/MacOS/LensDev")
|
||||||
}
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
export function setup() {
|
export function setup() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user