Skip to content

Commit ddac3bf

Browse files
committed
production package
1 parent da8911c commit ddac3bf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

checker/NodeLib/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const MAC_OADIN_PATH = '/usr/local/bin/oadin';
88
const MAC_OADIN_EXE = 'oadin';
99
//TODO: 把下载域名拆开
1010
// TEST
11-
const WIN_INSTALLER_URL = 'http://10.3.70.145:32018/repository/raw-hosted/intel-ai-pc/oadin/releases/win/oadin-installer-latest.exe';
12-
const MAC_INSTALLER_URL = 'http://10.3.70.145:32018/repository/raw-hosted/intel-ai-pc/oadin/releases/mac/oadin-installer-latest.pkg'
13-
// const WIN_INSTALLER_URL = 'https://oss-aipc.dcclouds.com/oadin/releases/windows/oadin-installer-latest.exe';
14-
// const MAC_INSTALLER_URL = 'https://oss-aipc.dcclouds.com/oadin/releases/macos/oadin-installer-latest.pkg';
11+
// const WIN_INSTALLER_URL = 'http://10.3.70.145:32018/repository/raw-hosted/intel-ai-pc/oadin/releases/win/oadin-installer-latest.exe';
12+
// const MAC_INSTALLER_URL = 'http://10.3.70.145:32018/repository/raw-hosted/intel-ai-pc/oadin/releases/mac/oadin-installer-latest.pkg'
13+
const WIN_INSTALLER_URL = 'https://oss-aipc.dcclouds.com/oadin/releases/windows/oadin-installer-latest.exe';
14+
const MAC_INSTALLER_URL = 'https://oss-aipc.dcclouds.com/oadin/releases/macos/oadin-installer-latest.pkg';
1515
const WIN_INSTALLER_NAME = 'oadin-installer-latest.exe';
1616
const MAC_INSTALLER_NAME = 'oadin-installer-latest.pkg';
1717
const OADIN_INSTALLER_DIR = 'OadinInstaller';
15.3 KB
Binary file not shown.

checker/NodeLib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oadin-lib",
3-
"version": "1.3.13-test.20",
3+
"version": "1.3.14",
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)