runners cwd simplified

This commit is contained in:
Jan Prochazka
2021-02-14 19:09:52 +01:00
parent 7b67576131
commit 98ff6db701
3 changed files with 2 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ const platformInfo = {
isMac,
isLinux,
isDocker,
isSnap: p.env.ELECTRON_SNAP,
isSnap: p.env.ELECTRON_SNAP == 'true',
isPortable: isWindows && p.env.PORTABLE_EXECUTABLE_DIR,
isAppImage: p.env.DESKTOPINTEGRATION === 'AppImageLauncher',
sshAuthSock: p.env.SSH_AUTH_SOCK,