Prepare for v0.4.0 release

tokarchuk/v1.17
Unknown 10 years ago
parent fbf274b751
commit ddb7f55035
  1. 1
      .gobuild.yml
  2. 4
      routers/install.go

@ -2,7 +2,6 @@ filesets:
includes: includes:
- templates - templates
- public - public
- conf
- LICENSE - LICENSE
- README.md - README.md
- README_ZH.md - README_ZH.md

@ -60,11 +60,11 @@ func GlobalInit() {
} }
models.HasEngine = true models.HasEngine = true
cron.NewCronContext()
}
if models.EnableSQLite3 { if models.EnableSQLite3 {
log.Info("SQLite3 Enabled") log.Info("SQLite3 Enabled")
} }
cron.NewCronContext()
}
checkRunMode() checkRunMode()
} }

Loading…
Cancel
Save