index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
internal
/
route
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
2020-02-20 16:33:03 +0800
committer
ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
2020-02-20 16:33:03 +0800
commit
2e819a360c3ef49c2dc69fe2d1521ea823330a1f
(
patch
)
tree
902438627f610fb0b00ca177dd3686ef33bd5486
/
internal/route
parent
1c09373b4f7dbc68154c817b4ee44bfa3b3f637c
(
diff
)
build: rename build tag miniwinsvc -> minwinsvc
This was in fact a typo.
Diffstat
(limited to 'internal/route')
-rw-r--r--
internal/route/install.go
2
1 files changed, 1 insertions, 1 deletions
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 {