aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2016-01-13 21:11:46 +0100
committerJakob Borg <jakob@nym.se>2016-01-13 21:11:46 +0100
commit74a210f198836cc59d0f85893395053d3c35b472 (patch)
treeb1bf55694121e42018f4f19724508ea8857d7b37 /build.sh
parent31861052e5c479e7df55b83ca115777e38c33ebf (diff)
downloadsyncthing-74a210f198836cc59d0f85893395053d3c35b472.tar.gz
syncthing-74a210f198836cc59d0f85893395053d3c35b472.zip
Fix asset locations in one more place
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 2e6b5622b..dedb44ea5 100755
--- a/build.sh
+++ b/build.sh
@@ -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
;;