ventura mesh fix

This commit is contained in:
wh1te909 2023-07-31 19:11:02 -07:00
parent e51e4ccf83
commit 8e6858778b
5 changed files with 137 additions and 0 deletions

View file

@ -119,6 +119,8 @@ func main() {
a.RunMigrations()
case "recovermesh":
a.RecoverMesh()
case "macventurafix":
a.FixVenturaMesh()
case "taskrunner":
if len(os.Args) < 5 || *taskPK == 0 {
return