From 2277194cf5478b29c6eec89f1850082ae5661665 Mon Sep 17 00:00:00 2001 From: TankorSmash Date: Thu, 25 Apr 2024 12:34:02 -0700 Subject: [PATCH] Fix upper case executable name A change somewhere along the way made paths consistently lowercase on Windows, so this allows Windows Terminal to be once again detected! --- core/application_matches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/application_matches.py b/core/application_matches.py index f68385180a..90ce772742 100644 --- a/core/application_matches.py +++ b/core/application_matches.py @@ -63,7 +63,7 @@ apps.windows_terminal = """ os: windows -and app.exe: WindowsTerminal.exe +and app.exe: windowsterminal.exe """ mod.apps.windows_power_shell = """