Prepare for v0.4.0 release

tokarchuk/v1.17
Unknown 10 years ago
parent fbf274b751
commit ddb7f55035
  1. 1
      .gobuild.yml
  2. 6
      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
if models.EnableSQLite3 {
log.Info("SQLite3 Enabled")
}
cron.NewCronContext() cron.NewCronContext()
} }
if models.EnableSQLite3 {
log.Info("SQLite3 Enabled")
}
checkRunMode() checkRunMode()
} }

Loading…
Cancel
Save