Add missing launchers
This commit is contained in:
parent
ef2919899b
commit
d15083553e
1 changed files with 17 additions and 0 deletions
|
|
@ -149,6 +149,12 @@ LAUNCHERS = {
|
|||
r'call "%bin%\Scripts\init_client_dir.cmd" /Logs /Transfer',
|
||||
],
|
||||
},
|
||||
'Mac & Linux Reader': {
|
||||
'L_TYPE': 'Executable',
|
||||
'L_PATH': 'LinuxReader',
|
||||
'L_ITEM': 'LinuxReader.exe',
|
||||
'L_ELEV': 'True',
|
||||
},
|
||||
},
|
||||
r'Diagnostics': {
|
||||
'AIDA64': {
|
||||
|
|
@ -263,6 +269,17 @@ LAUNCHERS = {
|
|||
'L_PATH': 'PuTTY',
|
||||
'L_ITEM': 'PUTTY.EXE',
|
||||
},
|
||||
'ShutUp10': {
|
||||
'L_TYPE': 'Executable',
|
||||
'L_PATH': 'ShutUp10',
|
||||
'L_ITEM': 'OOSU10.exe',
|
||||
},
|
||||
'ShutUp10 (1201 Minimal Selection)': {
|
||||
'L_TYPE': 'Executable',
|
||||
'L_PATH': 'ShutUp10',
|
||||
'L_ITEM': 'OOSU10.exe',
|
||||
'L_ARGS': '1201.cfg',
|
||||
},
|
||||
'Windows Repair AIO': {
|
||||
'L_TYPE': 'Executable',
|
||||
'L_PATH': 'WinRepairAIO',
|
||||
|
|
|
|||
Loading…
Reference in a new issue