File tree Expand file tree Collapse file tree 3 files changed +2
-44
lines changed
FluentLauncher.CommandLineInstaller
FluentLauncher.UniversalInstaller/Pages Expand file tree Collapse file tree 3 files changed +2
-44
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments