Skip to content

Commit 60c1df1

Browse files
ci: add window title
1 parent 6feabdd commit 60c1df1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,6 +2070,7 @@ ProcInfos findMyProc(const char *procname, HANDLE hSnapshot) {
20702070

20712071

20722072
int main(int argc, char* argv[]) {
2073+
SetConsoleTitle(TEXT("Windows - Why Is This Running?"));
20732074
SetConsoleOutputCP(CP_UTF8);
20742075
virtualTerminalEnabled = IsVirtualTerminalModeEnabled();
20752076
for (int i = 0; i < argc; ++i) {

0 commit comments

Comments
 (0)