Bugfix: typo

This commit is contained in:
2Shirt 2018-12-20 17:26:27 -07:00
parent d930bdddbd
commit d37923a31c
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -212,6 +212,7 @@ LAUNCHERS = {
r')', r')',
], ],
}, },
},
r'Diagnostics\Extras': { r'Diagnostics\Extras': {
'AIDA64': { 'AIDA64': {
'L_TYPE': 'Executable', 'L_TYPE': 'Executable',
@ -556,7 +557,6 @@ LAUNCHERS = {
'L_ITEM': 'IObitUninstallerPortable.exe', 'L_ITEM': 'IObitUninstallerPortable.exe',
}, },
}, },
},
} }
if __name__ == '__main__': if __name__ == '__main__':