From a48b4a7b388d1aa9d1f3267a7105be711d525fa6 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 22 Oct 2023 01:57:33 -0700 Subject: [PATCH] Remove UninstallView launcher --- scripts/wk/cfg/launchers.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/wk/cfg/launchers.py b/scripts/wk/cfg/launchers.py index 8884ab5b..12b8091a 100644 --- a/scripts/wk/cfg/launchers.py +++ b/scripts/wk/cfg/launchers.py @@ -310,12 +310,6 @@ LAUNCHERS = { 'L_ITEM': 'launch_stress_tests.py', 'L_ELEV': 'True', }, - 'UninstallView': { - 'L_TYPE': 'Executable', - 'L_PATH': 'UninstallView', - 'L_ITEM': 'UninstallView.exe', - 'L_ELEV': 'True', - }, 'Windows Repair AIO': { 'L_TYPE': 'Executable', 'L_PATH': 'WinRepairAIO',