CONTRIBUTORS is now AUTHORS

This commit is contained in:
Jakob Borg 2014-11-17 18:43:02 +04:00
parent 82c6caef85
commit f66c7dc09c
1 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ func buildTar() {
tarGz(filename, []archiveFile{
{"README.md", name + "/README.txt"},
{"LICENSE", name + "/LICENSE.txt"},
{"CONTRIBUTORS", name + "/CONTRIBUTORS.txt"},
{"AUTHORS", name + "/AUTHORS.txt"},
{"syncthing", name + "/syncthing"},
})
log.Println(filename)
@ -215,7 +215,7 @@ func buildZip() {
zipFile(filename, []archiveFile{
{"README.md", name + "/README.txt"},
{"LICENSE", name + "/LICENSE.txt"},
{"CONTRIBUTORS", name + "/CONTRIBUTORS.txt"},
{"AUTHORS", name + "/AUTHORS.txt"},
{"syncthing.exe", name + "/syncthing.exe"},
})
log.Println(filename)