Commit 0c016e9 1 parent 3884dcb commit 0c016e9 Copy full SHA for 0c016e9
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ async function resolveUpdater() {
24
24
notes : changelog ,
25
25
pub_date : new Date ( ) . toISOString ( ) ,
26
26
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 } ,
31
31
} ,
32
32
} ;
33
33
You can’t perform that action at this time.
0 commit comments