Skip to content

Commit 258ca85

Browse files
committed
discard domain: github0null.io
1 parent f8ad4c5 commit 258ca85

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"publisher": "cl",
55
"author": {
66
"name": "cl",
7-
"url": "https://github0null.io",
8-
"email": "me@github0null.io"
7+
"url": "https://github.com/github0null",
8+
"email": "github0null@outlook.com"
99
},
1010
"keywords": [
1111
"mcu",
@@ -66,7 +66,7 @@
6666
"readme": "https://github.com/github0null/eide/blob/master/README.md",
6767
"bugs": {
6868
"url": "https://github.com/github0null/eide/issues",
69-
"email": "me@github0null.io"
69+
"email": "github0null@outlook.com"
7070
},
7171
"repository": {
7272
"url": "https://github.com/github0null/eide.git",

src/ResInstaller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export class ResInstaller {
7777
private builtin_tool_list: string[] = [];
7878

7979
private downloadSites: string[] = [
80-
'https://raw-github.github0null.io/github0null/eide-resource/master/packages',
8180
'https://raw.githubusercontent.com/github0null/eide-resource/master/packages'
8281
];
8382

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ async function tryInstallBinaries(binFolder: File, binVersion: string): Promise<
562562

563563
// binaries download site
564564
let downloadSites: string[] = [
565-
`https://raw-github.github0null.io/github0null/eide-resource/master/binaries/${platform.getRuntimeId()}/bin-${binVersion}.${binType}`,
566565
`https://raw-github.em-ide.com/github0null/eide-resource/master/binaries/${platform.getRuntimeId()}/bin-${binVersion}.${binType}`,
567566
`https://raw.githubusercontent.com/github0null/eide-resource/master/binaries/${platform.getRuntimeId()}/bin-${binVersion}.${binType}`
568567
];

src/utility.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,10 @@ export function compareVersion(v1: string, v2: string): number {
412412

413413
const PROXY_HOST_MAP: { [host: string]: string[] } = {
414414
'api.github.com': [
415-
'api-github.em-ide.com',
416-
'api-github.github0null.io'
415+
'api-github.em-ide.com'
417416
],
418417
'raw.githubusercontent.com': [
419-
'raw-github.em-ide.com',
420-
'raw-github.github0null.io'
418+
'raw-github.em-ide.com'
421419
]
422420
};
423421

0 commit comments

Comments
 (0)