mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-02 22:50:18 +00:00
build: Packaging for stdiscosrv
This commit is contained in:
parent
c554ffccc9
commit
8de21be274
2
build.go
2
build.go
@ -122,7 +122,7 @@ var targets = map[string]target{
|
|||||||
archiveFiles: []archiveFile{
|
archiveFiles: []archiveFile{
|
||||||
{src: "{{binary}}", dst: "{{binary}}", perm: 0755},
|
{src: "{{binary}}", dst: "{{binary}}", perm: 0755},
|
||||||
{src: "cmd/stdiscosrv/README.md", dst: "README.txt", perm: 0644},
|
{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},
|
{src: "AUTHORS", dst: "AUTHORS.txt", perm: 0644},
|
||||||
},
|
},
|
||||||
installationFiles: []archiveFile{
|
installationFiles: []archiveFile{
|
||||||
|
@ -6,4 +6,5 @@ This is the global discovery server for the `syncthing` project.
|
|||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
https://docs.syncthing.net/users/stdiscosrv.html
|
https://docs.syncthing.net/users/stdiscosrv.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user