From 2e819a360c3ef49c2dc69fe2d1521ea823330a1f Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Thu, 20 Feb 2020 16:33:03 +0800 Subject: build: rename build tag miniwinsvc -> minwinsvc This was in fact a typo. --- internal/route/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/route/install.go') diff --git a/internal/route/install.go b/internal/route/install.go index bd51711e..c145fc0b 100644 --- a/internal/route/install.go +++ b/internal/route/install.go @@ -81,7 +81,7 @@ func GlobalInit() { if db.EnableSQLite3 { log.Info("SQLite3 is supported") } - if setting.SupportMiniWinService { + if setting.SupportWindowsService() { log.Info("Builtin Windows Service is supported") } if setting.LoadAssetsFromDisk { -- cgit v1.2.3