niXman / mingw-builds

Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
Other
286 stars 107 forks source link

Fix "logviewer not found" on win11 #585

Closed guyutongxue closed 2 years ago

guyutongxue commented 2 years ago

Windows 11 moves nodepad.exe from C:\Windows\System32 to the Appdata folder which is not in the PATH of msys2. This causes a “file not found” error when starting notepad directly.

This PR adds the correct notepad.exe path of Windows 11 to the logviewer.

niXman commented 2 years ago

thank you!