Change Distribution to \jbrsdk\

This commit is contained in:
Gregory Mitchell 2024-10-19 15:38:12 -05:00
parent 53d9f2a017
commit 3419d2fd8e
No known key found for this signature in database
GPG key ID: 771A6C995A086B84
3 changed files with 5 additions and 4 deletions

2
dist/setup/index.js vendored
View file

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