CONTRIBUTORS is now AUTHORS
This commit is contained in:
4
build.go
4
build.go
@@ -197,7 +197,7 @@ func buildTar() {
|
|||||||
tarGz(filename, []archiveFile{
|
tarGz(filename, []archiveFile{
|
||||||
{"README.md", name + "/README.txt"},
|
{"README.md", name + "/README.txt"},
|
||||||
{"LICENSE", name + "/LICENSE.txt"},
|
{"LICENSE", name + "/LICENSE.txt"},
|
||||||
{"CONTRIBUTORS", name + "/CONTRIBUTORS.txt"},
|
{"AUTHORS", name + "/AUTHORS.txt"},
|
||||||
{"syncthing", name + "/syncthing"},
|
{"syncthing", name + "/syncthing"},
|
||||||
})
|
})
|
||||||
log.Println(filename)
|
log.Println(filename)
|
||||||
@@ -215,7 +215,7 @@ func buildZip() {
|
|||||||
zipFile(filename, []archiveFile{
|
zipFile(filename, []archiveFile{
|
||||||
{"README.md", name + "/README.txt"},
|
{"README.md", name + "/README.txt"},
|
||||||
{"LICENSE", name + "/LICENSE.txt"},
|
{"LICENSE", name + "/LICENSE.txt"},
|
||||||
{"CONTRIBUTORS", name + "/CONTRIBUTORS.txt"},
|
{"AUTHORS", name + "/AUTHORS.txt"},
|
||||||
{"syncthing.exe", name + "/syncthing.exe"},
|
{"syncthing.exe", name + "/syncthing.exe"},
|
||||||
})
|
})
|
||||||
log.Println(filename)
|
log.Println(filename)
|
||||||
|
|||||||
Reference in New Issue
Block a user