Update resource file with requireAdministrator, added resources.rc and manifests.xml

This commit is contained in:
mlsmaycon
2021-06-23 01:06:47 +02:00
parent 52db303104
commit 1a06518f1b
4 changed files with 28 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ var logger service.Logger
func newSVCConfig() *service.Config {
return &service.Config{
Name: "wiretrustee",
DisplayName: "wiretrustee",
Description: "This is an example Go service.",
DisplayName: "Wiretrustee",
Description: "A WireGuard-based mesh network that connects your devices into a single private network.",
}
}