build.sh prerelease should rebuild author credits in about dialog

This commit is contained in:
Jakob Borg 2016-01-30 22:49:14 +01:00
parent 8ff7531f89
commit 3e7d0ec14f
1 changed files with 1 additions and 0 deletions

View File

@ -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