Browse Source

build.sh prerelease should rebuild author credits in about dialog

Jakob Borg 10 years ago
parent
commit
3e7d0ec14f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.sh

+ 1 - 0
build.sh

@@ -63,6 +63,7 @@ case "${1:-default}" in
 		;;
 		;;
 
 
 	prerelease)
 	prerelease)
+		go run script/authors.go
 		build transifex
 		build transifex
 		git add -A gui/default/assets/ lib/auto/
 		git add -A gui/default/assets/ lib/auto/
 		pushd man ; ./refresh.sh ; popd
 		pushd man ; ./refresh.sh ; popd