Bugfix: typo
This commit is contained in:
parent
d930bdddbd
commit
d37923a31c
1 changed files with 2 additions and 2 deletions
|
|
@ -212,6 +212,7 @@ LAUNCHERS = {
|
||||||
r')',
|
r')',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
},
|
||||||
r'Diagnostics\Extras': {
|
r'Diagnostics\Extras': {
|
||||||
'AIDA64': {
|
'AIDA64': {
|
||||||
'L_TYPE': 'Executable',
|
'L_TYPE': 'Executable',
|
||||||
|
|
@ -556,8 +557,7 @@ LAUNCHERS = {
|
||||||
'L_ITEM': 'IObitUninstallerPortable.exe',
|
'L_ITEM': 'IObitUninstallerPortable.exe',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print("This file is not meant to be called directly.")
|
print("This file is not meant to be called directly.")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue