Fix Incorrect JBR Distribution

This commit is contained in:
Gregory Mitchell 2024-06-18 22:57:33 -05:00
parent 7f3ab2648f
commit c192e7bfa1
No known key found for this signature in database
GPG key ID: 771A6C995A086B84
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -124241,7 +124241,7 @@ class JetBrainsDistribution extends base_installer_1.JavaBase {
const semver = vsplit[0].replace(/_/g, '.');
const build = +vsplit[1];
// Construct URL
const url = `https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${semver}-${platform}-${arch}-b${build}.tar.gz`;
const url = `https://cache-redirector.jetbrains.com/intellij-jbr/jbr-${semver}-${platform}-${arch}-b${build}.tar.gz`;
return {
tag_name: tag,
semver: semver,

View file

@ -152,7 +152,7 @@ export class JetBrainsDistribution extends JavaBase {
const build = +vsplit[1];
// Construct URL
const url = `https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${semver}-${platform}-${arch}-b${build}.tar.gz`;
const url = `https://cache-redirector.jetbrains.com/intellij-jbr/jbr-${semver}-${platform}-${arch}-b${build}.tar.gz`;
return {
tag_name: tag,