Move WinSCP to Tools folder
This commit is contained in:
parent
9b53a6d79d
commit
7c8e0f7c5a
1 changed files with 5 additions and 5 deletions
|
|
@ -35,11 +35,6 @@ LAUNCHERS = {
|
||||||
'L_ITEM': 'auto_setup.py',
|
'L_ITEM': 'auto_setup.py',
|
||||||
'L_ELEV': 'True',
|
'L_ELEV': 'True',
|
||||||
},
|
},
|
||||||
'WinSCP': {
|
|
||||||
'L_TYPE': 'Executable',
|
|
||||||
'L_PATH': 'WinSCP',
|
|
||||||
'L_ITEM': 'WinSCP.exe',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
r'Tools': {
|
r'Tools': {
|
||||||
'AIDA64': {
|
'AIDA64': {
|
||||||
|
|
@ -303,6 +298,11 @@ LAUNCHERS = {
|
||||||
r'copy /y "%bin%\WinRepairAIO\__permissions.ini" "%bin%\WinRepairAIO\settings.ini"',
|
r'copy /y "%bin%\WinRepairAIO\__permissions.ini" "%bin%\WinRepairAIO\settings.ini"',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'WinSCP': {
|
||||||
|
'L_TYPE': 'Executable',
|
||||||
|
'L_PATH': 'WinSCP',
|
||||||
|
'L_ITEM': 'WinSCP.exe',
|
||||||
|
},
|
||||||
'WizardKit Debug Console': {
|
'WizardKit Debug Console': {
|
||||||
'L_TYPE': 'Executable',
|
'L_TYPE': 'Executable',
|
||||||
'L_PATH': 'ConEmu',
|
'L_PATH': 'ConEmu',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue