Skip to content

Commit 75cab2d

Browse files
committed
使用 cubestructor 下载源
1 parent 98e68a0 commit 75cab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FluentLauncher.UniversalInstaller/Pages/ProgressPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ async Task<FileInfo> DownloadConnectXExtension()
409409
string releasesContent = await _httpClient.GetStringAsync(githubApi);
410410
string architecture = SystemHelper.GetArchitecture();
411411

412-
string downloadUrl = JsonSerializer.Deserialize<ReleaseModel>(releasesContent).Assets
412+
string downloadUrl = "https://source.cubestructor.cc/" + JsonSerializer.Deserialize<ReleaseModel>(releasesContent).Assets
413413
.First(a => a.Name.EndsWith($"{architecture}.zip"))
414414
.DownloadUrl;
415415

0 commit comments

Comments
 (0)