Rebuild
This commit is contained in:
parent
5261a1223f
commit
44e03577b2
117 changed files with 1008 additions and 458 deletions
|
|
@ -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}`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue