Skip to content

Commit

Permalink
fix empty result and bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HolographicHat committed Dec 7, 2022
1 parent d2d5baf commit 31b77a9
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 98 deletions.
4 changes: 2 additions & 2 deletions lib/src/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ namespace Hook {
}

void Run(HMODULE* phModule) {
AllocConsole();
freopen_s((FILE**)stdout, "CONOUT$", "w", stdout);
//AllocConsole();
//freopen_s((FILE**)stdout, "CONOUT$", "w", stdout);
while (
GetModuleHandle("UserAssembly.dll") == nullptr ||
(unityWnd = FindMainWindowByPID(GetCurrentProcessId())) == 0
Expand Down
4 changes: 2 additions & 2 deletions src/GlobalVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public static class GlobalVars {
public static readonly string CachePath = Path.Combine(DataPath, "cache");
public static readonly string LibFilePath = Path.Combine(DataPath, "YaeAchievement.dll");

public const uint AppVersionCode = 33;
public const string AppVersionName = "2.4";
public const uint AppVersionCode = 34;
public const string AppVersionName = "2.4.1";

public const string PipeName = "YaeAchievementPipe";
public const string BucketHost = "https://cn-cd-1259389942.file.myqcloud.com";
Expand Down
Loading

0 comments on commit 31b77a9

Please sign in to comment.