Another fix for github actions

This commit is contained in:
Anonymous275
2022-01-18 14:59:12 +02:00
parent 4c1fea8ca9
commit c9c4159367
4 changed files with 6 additions and 7 deletions

View File

@@ -24,8 +24,7 @@ Launcher::~Launcher() {
void Launcher::launchGame() {
ShellExecuteA(nullptr, nullptr, "steam://rungameid/284160", nullptr, nullptr, SW_SHOWNORMAL);
ShowWindow(GetConsoleWindow(), HIDE_WINDOW);
LOG(INFO) << "Sus";
//ShowWindow(GetConsoleWindow(), HIDE_WINDOW);
}
void Launcher::WindowsInit() {