From 4e887c318b8d9174bd4c3442d0aa8697ed61356e Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 21 Oct 2023 18:59:37 -0700 Subject: [PATCH] Use full tool names --- scripts/wk/cfg/launchers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/wk/cfg/launchers.py b/scripts/wk/cfg/launchers.py index 06605f06..b63a57c6 100644 --- a/scripts/wk/cfg/launchers.py +++ b/scripts/wk/cfg/launchers.py @@ -104,12 +104,12 @@ LAUNCHERS = { 'if /i "%PROCESSOR_ARCHITECTURE%" == "AMD64" set "ARCH=64"', ], }, - 'DisplayCleanup': { + 'Display Cleanup': { 'L_TYPE': 'Executable', 'L_PATH': 'DisplayCleanup', 'L_ITEM': 'DisplayCleanup.exe', }, - 'DDU': { + 'Display Driver Uninstaller': { 'L_TYPE': 'Executable', 'L_PATH': 'DDU', 'L_ITEM': 'Display Driver Uninstaller.exe',