Create launcher for new_system_setup.py
This commit is contained in:
parent
0398ea7e51
commit
cd4bb7c867
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,12 @@ LAUNCHERS = {
|
|||
'L_ITEM': 'activate.py',
|
||||
'L_ELEV': 'True',
|
||||
},
|
||||
'New System Setup': {
|
||||
'L_TYPE': 'PyScript',
|
||||
'L_PATH': 'Scripts',
|
||||
'L_ITEM': 'new_system_setup.py',
|
||||
'L_ELEV': 'True',
|
||||
},
|
||||
'System Checklist': {
|
||||
'L_TYPE': 'PyScript',
|
||||
'L_PATH': 'Scripts',
|
||||
|
|
|
|||
Loading…
Reference in a new issue