From 8de21be27407e46fc784eabfd69458f0801271d4 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 16 Jan 2018 20:46:48 +0100 Subject: [PATCH] build: Packaging for stdiscosrv --- build.go | 2 +- cmd/stdiscosrv/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.go b/build.go index 2bda4d522..7d400d6ff 100644 --- a/build.go +++ b/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{ diff --git a/cmd/stdiscosrv/README.md b/cmd/stdiscosrv/README.md index bdc0a5a84..41c4e7d80 100644 --- a/cmd/stdiscosrv/README.md +++ b/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 \ No newline at end of file +https://docs.syncthing.net/users/stdiscosrv.html +