Skip to content

Commit

Permalink
fix: change oss bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 21, 2024
1 parent 908880e commit 6465389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/clientDependencies/pullJre.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const path = require('path');

const platform = process.env.platform || 'mac';

const baseUrl = "https://obodc-front.oss-cn-beijing.aliyuncs.com/";
const baseUrl = "https://odc-front.oss-cn-beijing.aliyuncs.com/";

exports.run = async function () {
console.log('开始下载 Jre');
Expand Down
2 changes: 1 addition & 1 deletion scripts/clientDependencies/pullOBClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const urlMap = {
'linux_aarch64': `library/obclient/2_2_4/aarch64/obclient.tar.gz`,
}

const baseUrl = "https://obodc-front.oss-cn-beijing.aliyuncs.com/";
const baseUrl = "https://odc-front.oss-cn-beijing.aliyuncs.com/";

exports.run = async function () {
const uri = urlMap[process.env.platform];
Expand Down

0 comments on commit 6465389

Please sign in to comment.