Browse Source

Prepare for v0.4.0 release

pull/228/head
Unknown 11 years ago
parent
commit
ddb7f55035
  1. 1
      .gobuild.yml
  2. 6
      routers/install.go

1
.gobuild.yml

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

6
routers/install.go

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

Loading…
Cancel
Save