minor changes

This commit is contained in:
Dmitry Shibanov 2022-09-05 15:44:00 +02:00
parent 109e9d0241
commit 244aafd0a2
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -102460,7 +102460,7 @@ class MicrosoftDistributions extends base_installer_1.JavaBase {
.map(item => item.version)
.join(', ')}`);
}
return { url: foundRelease.release_url, version: foundRelease.version };
return { url: foundRelease.files[0].download_url, version: foundRelease.version };
});
}
getAvailableVersions() {