move filebrowser bin to root

pull/597/head
1138-4EB 2019-01-02 03:23:16 +01:00
parent 835c37d1e3
commit 3988bdb8fe
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ if [ "$USE_DOCKER" != "" ]; then
dos2unix build_assets.sh && \
dos2unix build.sh && \
./build_assets.sh && \
./build.sh \
./build.sh &&
mv ../cli/filebrowser ../ \
"
else
set -e