Favor spy with preloaded data over actual download

This commit is contained in:
Manuel 2022-04-03 00:19:21 +02:00
parent cced1ea888
commit a0d1026612
3 changed files with 1208 additions and 5 deletions

View file

@ -122,7 +122,7 @@ export class CorettoDistribution extends JavaBase {
// Coretto has its own platform names so we need to map them
switch (process.platform) {
case 'darwin':
return 'mac';
return 'macos';
case 'win32':
return 'windows';
default: