Use full tool names
This commit is contained in:
parent
e39a2acf26
commit
4e887c318b
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue