Skip to content

Commit

Permalink
fixed build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmingacic committed Dec 17, 2020
1 parent e7002da commit 9fa9ee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ func (ws *windowsService) String() string {
return ws.Name
}

func (ws *windowsService) ConfigPath() string {
return "not supported"
}

func (ws *windowsService) Platform() string {
return version
}
Expand Down

0 comments on commit 9fa9ee9

Please sign in to comment.