From d37923a31cfc7471ac37e2e98efb7b900db7383c Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 20 Dec 2018 17:26:27 -0700 Subject: [PATCH] Bugfix: typo --- .bin/Scripts/settings/launchers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bin/Scripts/settings/launchers.py b/.bin/Scripts/settings/launchers.py index 43e8e158..5135ec08 100644 --- a/.bin/Scripts/settings/launchers.py +++ b/.bin/Scripts/settings/launchers.py @@ -212,6 +212,7 @@ LAUNCHERS = { r')', ], }, + }, r'Diagnostics\Extras': { 'AIDA64': { 'L_TYPE': 'Executable', @@ -556,8 +557,7 @@ LAUNCHERS = { 'L_ITEM': 'IObitUninstallerPortable.exe', }, }, - }, -} + } if __name__ == '__main__': print("This file is not meant to be called directly.")