This commit is contained in:
github-actions[bot] 2024-12-03 18:39:38 +00:00
parent 5261a1223f
commit 44e03577b2
117 changed files with 1008 additions and 458 deletions

View file

@ -235,8 +235,8 @@ async function getProxyBinaryPath(): Promise<string> {
process.platform === "win32"
? "win64"
: process.platform === "darwin"
? "osx64"
: "linux64";
? "osx64"
: "linux64";
const proxyPackage = `${UPDATEJOB_PROXY}-${platform}.tar.gz`;
const proxyURL = `${UPDATEJOB_PROXY_URL_PREFIX}${proxyPackage}`;