Browse Source

build: Packaging for stdiscosrv

Jakob Borg 7 years ago
parent
commit
8de21be274
2 changed files with 3 additions and 2 deletions
  1. 1 1
      build.go
  2. 2 1
      cmd/stdiscosrv/README.md

+ 1 - 1
build.go

@@ -122,7 +122,7 @@ var targets = map[string]target{
 		archiveFiles: []archiveFile{
 			{src: "{{binary}}", dst: "{{binary}}", perm: 0755},
 			{src: "cmd/stdiscosrv/README.md", dst: "README.txt", perm: 0644},
-			{src: "cmd/stdiscosrv/LICENSE", dst: "LICENSE.txt", perm: 0644},
+			{src: "LICENSE", dst: "LICENSE.txt", perm: 0644},
 			{src: "AUTHORS", dst: "AUTHORS.txt", perm: 0644},
 		},
 		installationFiles: []archiveFile{

+ 2 - 1
cmd/stdiscosrv/README.md

@@ -6,4 +6,5 @@ This is the global discovery server for the `syncthing` project.
 Usage
 -----
 
-https://docs.syncthing.net/users/stdiscosrv.html
+https://docs.syncthing.net/users/stdiscosrv.html
+