Skip to content

Commit 0c016e9

Browse files
committedMay 14, 2023
fix
1 parent 3884dcb commit 0c016e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎updater/updater.mjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ async function resolveUpdater() {
2424
notes: changelog,
2525
pub_date: new Date().toISOString(),
2626
platforms: {
27-
'darwin-aarch64': { signature: darwin_aarch64_sig, url: 'https://gh.pylogmon.cn/' + darwin_aarch64 },
28-
'darwin-x86_64': { signature: darwin_x86_64_sig, url: 'https://gh.pylogmon.cn/' + darwin_x86_64 },
29-
'linux-x86_64': { signature: linux_x86_64_sig, url: 'https://gh.pylogmon.cn/' + linux_x86_64 },
30-
'windows-x86_64': { signature: windows_x86_64_sig, url: 'https://gh.pylogmon.cn/' + windows_x86_64 },
27+
'darwin-aarch64': { signature: darwin_aarch64_sig, url: 'https://ghproxy.com/' + darwin_aarch64 },
28+
'darwin-x86_64': { signature: darwin_x86_64_sig, url: 'https://ghproxy.com/' + darwin_x86_64 },
29+
'linux-x86_64': { signature: linux_x86_64_sig, url: 'https://ghproxy.com/' + linux_x86_64 },
30+
'windows-x86_64': { signature: windows_x86_64_sig, url: 'https://ghproxy.com/' + windows_x86_64 },
3131
},
3232
};
3333

0 commit comments

Comments
 (0)