Added more d7II launchers
This commit is contained in:
parent
33d1f42002
commit
7bce6076c8
1 changed files with 21 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ LAUNCHERS = {
|
||||||
'L_ITEM': 'activate.py',
|
'L_ITEM': 'activate.py',
|
||||||
'L_ELEV': 'True',
|
'L_ELEV': 'True',
|
||||||
},
|
},
|
||||||
|
'd7II': {
|
||||||
|
'L_TYPE': 'Executable',
|
||||||
|
'L_PATH': 'd7II',
|
||||||
|
'L_ITEM': 'd7II.exe',
|
||||||
|
},
|
||||||
'Install ESET NOD32 AV': {
|
'Install ESET NOD32 AV': {
|
||||||
'L_TYPE': 'PyScript',
|
'L_TYPE': 'PyScript',
|
||||||
'L_PATH': 'Scripts',
|
'L_PATH': 'Scripts',
|
||||||
|
|
@ -84,6 +89,11 @@ LAUNCHERS = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
r'Data Transfers': {
|
r'Data Transfers': {
|
||||||
|
"Fab's Autobackup Pro": {
|
||||||
|
'L_TYPE': 'Executable',
|
||||||
|
'L_PATH': 'AutoBackupPro',
|
||||||
|
'L_ITEM': 'autobackup6pro.exe',
|
||||||
|
},
|
||||||
'FastCopy (as ADMIN)': {
|
'FastCopy (as ADMIN)': {
|
||||||
'L_TYPE': 'Executable',
|
'L_TYPE': 'Executable',
|
||||||
'L_PATH': 'FastCopy',
|
'L_PATH': 'FastCopy',
|
||||||
|
|
@ -196,6 +206,12 @@ LAUNCHERS = {
|
||||||
r'mkdir "%q_dir%">nul 2>&1',
|
r'mkdir "%q_dir%">nul 2>&1',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'Mac & Linux Reader': {
|
||||||
|
'L_TYPE': 'Executable',
|
||||||
|
'L_PATH': 'LinuxReader',
|
||||||
|
'L_ITEM': 'LinuxReader.exe',
|
||||||
|
'L_ELEV': 'True',
|
||||||
|
},
|
||||||
'Transferred Keys': {
|
'Transferred Keys': {
|
||||||
'L_TYPE': 'PyScript',
|
'L_TYPE': 'PyScript',
|
||||||
'L_PATH': 'Scripts',
|
'L_PATH': 'Scripts',
|
||||||
|
|
@ -570,6 +586,11 @@ LAUNCHERS = {
|
||||||
'L_ITEM': 'dism.py',
|
'L_ITEM': 'dism.py',
|
||||||
'L_ELEV': 'True',
|
'L_ELEV': 'True',
|
||||||
},
|
},
|
||||||
|
'ESET Online Scanner': {
|
||||||
|
'L_TYPE': 'Executable',
|
||||||
|
'L_PATH': 'ESET',
|
||||||
|
'L_ITEM': 'ESET.exe',
|
||||||
|
},
|
||||||
'KVRT': {
|
'KVRT': {
|
||||||
'L_TYPE': 'Executable',
|
'L_TYPE': 'Executable',
|
||||||
'L_PATH': 'KVRT',
|
'L_PATH': 'KVRT',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue