Fix asset locations in one more place

This commit is contained in:
Jakob Borg 2016-01-13 21:11:46 +01:00
parent 31861052e5
commit 74a210f198
1 changed files with 1 additions and 1 deletions

View File

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