Create launcher for new_system_setup.py

This commit is contained in:
2Shirt 2019-03-05 16:34:13 -07:00
parent 0398ea7e51
commit cd4bb7c867
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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',