Skip to content

Commit

Permalink
Release 1.3.20220327.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BuIlDaLiBlE committed Mar 27, 2022
1 parent 89158bb commit 84b3a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace BetterHI3Launcher
{
public partial class App : Application
{
public static readonly LauncherVersion LocalLauncherVersion = new LauncherVersion("1.3.20220327.0");
public static readonly LauncherVersion LocalLauncherVersion = new LauncherVersion("1.3.20220327.1");
public static readonly string LauncherRootPath = AppDomain.CurrentDomain.BaseDirectory;
public static readonly string LocalLowPath = $"{Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)}Low";
public static readonly string LauncherDataPath = Path.Combine(LocalLowPath, @"Bp\Better HI3 Launcher");
Expand Down
3 changes: 2 additions & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ void Get(int timeout)

private async void FetchAnnouncements()
{
Status = LauncherStatus.Working;
try
{
await Task.Run(() =>
Expand Down Expand Up @@ -2146,7 +2147,7 @@ private async void DownloadGameCache(string game_language)
{
string data;
string path;
string data_url = OnlineVersionInfo.game_info.mirror.mihoyo.game_cache.ToString();
string data_url = OnlineVersionInfo.game_info.mirror.hi3mirror.game_cache.ToString();
string hi3mirror_api_url = OnlineVersionInfo.game_info.mirror.hi3mirror.api.ToString();

List<CacheDataProperties> cache_files, bad_files;
Expand Down

0 comments on commit 84b3a06

Please sign in to comment.