File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ const MAC_OADIN_PATH = '/usr/local/bin/oadin';
88const 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' ;
1515const WIN_INSTALLER_NAME = 'oadin-installer-latest.exe' ;
1616const MAC_INSTALLER_NAME = 'oadin-installer-latest.pkg' ;
1717const OADIN_INSTALLER_DIR = 'OadinInstaller' ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments