fix: don't add extra insider to serverDownloadUrlTemplate (#2354)

This commit is contained in:
Baptiste Augrain
2025-05-01 02:08:27 +02:00
committed by GitHub
parent 96d4cb9597
commit 8d01927a20
4 changed files with 6 additions and 20 deletions

View File

@@ -6,6 +6,7 @@
###
export APP_NAME="VSCodium"
export ASSETS_REPOSITORY="VSCodium/vscodium"
export BINARY_NAME="codium"
export CI_BUILD="no"
export GH_REPO_PATH="VSCodium/vscodium"
@@ -21,6 +22,7 @@ export VSCODE_SKIP_NODE_VERSION_CHECK="yes"
while getopts ":ilops" opt; do
case "$opt" in
i)
export ASSETS_REPOSITORY="VSCodium/vscodium-insiders"
export BINARY_NAME="codium-insiders"
export VSCODE_QUALITY="insider"
;;