aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2016-01-30 22:49:14 +0100
committerJakob Borg <jakob@nym.se>2016-01-30 22:49:14 +0100
commit3e7d0ec14fd6fbd2ed0ca4b6306e214ae602a643 (patch)
tree3e6c3059bc1b54721c5cf7d3ce28a4bdc09d8cd6 /build.sh
parent8ff7531f89305f9184268a6fdc21dd03efab07bf (diff)
downloadsyncthing-3e7d0ec14fd6fbd2ed0ca4b6306e214ae602a643.tar.gz
syncthing-3e7d0ec14fd6fbd2ed0ca4b6306e214ae602a643.zip
build.sh prerelease should rebuild author credits in about dialog
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index dedb44ea5..1eba71782 100755
--- a/build.sh
+++ b/build.sh
@@ -63,6 +63,7 @@ case "${1:-default}" in
;;
prerelease)
+ go run script/authors.go
build transifex
git add -A gui/default/assets/ lib/auto/
pushd man ; ./refresh.sh ; popd