add support for adoptopenjdk binaries

This commit is contained in:
George Adams 2020-05-26 14:20:02 +01:00
parent 1253a7eed4
commit db7c9fb180
No known key found for this signature in database
GPG key ID: 7B8D7E4421A0916D
7 changed files with 149 additions and 47 deletions

View file

@ -12,6 +12,7 @@ export function getTempDir() {
} else {
if (process.platform === 'darwin') {
baseLocation = '/Users';
toolPath += '/Contents/Home';
} else {
baseLocation = '/home';
}