Switch to jbrsdk_jcef

This commit is contained in:
Gregory Mitchell 2024-06-18 23:07:24 -05:00
parent c192e7bfa1
commit 99fc2135f7
No known key found for this signature in database
GPG key ID: 771A6C995A086B84
2 changed files with 2 additions and 2 deletions

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-${semver}-${platform}-${arch}-b${build}.tar.gz`;
const url = `https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-${semver}-${platform}-${arch}-b${build}.tar.gz`;
return {
tag_name: tag,