Skip to content

Commit 6b351ec

Browse files
committed
更新下载源
1 parent 1084c07 commit 6b351ec

File tree

3 files changed

+2
-44
lines changed

3 files changed

+2
-44
lines changed

FluentLauncher.CommandLineInstaller/Models/ReleaseModel.cs

Lines changed: 0 additions & 30 deletions
This file was deleted.

FluentLauncher.CommandLineInstaller/SerializerContext.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

FluentLauncher.UniversalInstaller/Pages/ProgressPage.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public Task ExecuteAsync() => Task.Run(async () =>
158158
async Task<FileInfo> DownloadLauncherPackage(ReleaseModel releaseModel)
159159
{
160160
string architecture = SystemHelper.GetArchitecture();
161-
string downloadUrl = "https://source.cubestructor.cc/" + releaseModel.Assets
161+
string downloadUrl = "https://source.xcubestudio.net/" + releaseModel.Assets
162162
.FirstOrDefault(x => x.Name == $"updatePackage-{architecture}.zip")
163163
.DownloadUrl;
164164

@@ -410,7 +410,7 @@ async Task<FileInfo> DownloadConnectXExtension()
410410
string releasesContent = await _httpClient.GetStringAsync(githubApi);
411411
string architecture = SystemHelper.GetArchitecture();
412412

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

0 commit comments

Comments
 (0)