From 07cc84bb1531285c1736d6d4a02580568b669821 Mon Sep 17 00:00:00 2001 From: ItsProfesssional <63961221+ItsProfessional@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:43:35 +0530 Subject: [PATCH] Remove hardcoded path Co-authored-by: Michael Maltsev <4129781+m417z@users.noreply.github.com> --- mods/notepad-remove-launch-new-app-banner.wh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/notepad-remove-launch-new-app-banner.wh.cpp b/mods/notepad-remove-launch-new-app-banner.wh.cpp index ef1a8ccc3..aa0ced65d 100644 --- a/mods/notepad-remove-launch-new-app-banner.wh.cpp +++ b/mods/notepad-remove-launch-new-app-banner.wh.cpp @@ -5,7 +5,7 @@ // @version 1.0.0 // @author ItsProfessional // @github https://github.com/ItsProfessional -// @include C:\Windows\System32\notepad.exe +// @include %SystemRoot%\System32\notepad.exe // ==/WindhawkMod== // Source code is published under The GNU General Public License v3.0.