File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 91
91
"WIF"
92
92
]
93
93
} ,
94
- "--magisk-branch " : {
95
- "name" : "--magisk-branch " ,
94
+ "--root-sol " : {
95
+ "name" : "--root-sol " ,
96
96
"description" : "Root solution." ,
97
97
"detailedinfo" : "None for no integration of root." ,
98
98
"required" : true ,
99
99
"default" : "magisk" ,
100
100
"type" : "choice" ,
101
+ "options" : [
102
+ "magisk" ,
103
+ "kernelsu" ,
104
+ "none"
105
+ ]
106
+ } ,
107
+ "--magisk-branch" : {
108
+ "name" : "--magisk-branch" ,
109
+ "description" : "Magisk branch." ,
110
+ "detailedinfo" : "" ,
111
+ "required" : true ,
112
+ "default" : "magisk" ,
113
+ "type" : "choice" ,
101
114
"options" : [
102
115
"topjohnwu" ,
103
116
"HuskyDG" ,
130
143
"none"
131
144
]
132
145
} ,
133
- "--root-sol" : {
134
- "name" : "--root-sol" ,
135
- "description" : "Root solution." ,
136
- "detailedinfo" : "None for no integration of root." ,
137
- "required" : true ,
138
- "default" : "magisk" ,
139
- "type" : "choice" ,
140
- "options" : [
141
- "magisk" ,
142
- "kernelsu" ,
143
- "none"
144
- ]
145
- } ,
146
146
"--custom-model" : {
147
147
"name" : "--custom-model" ,
148
148
"description" : "The model which WSA will display as" ,
You can’t perform that action at this time.
0 commit comments