feat: readd dos2unix

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
pull/582/head
Henrique Dias 2018-12-28 23:39:46 +00:00
parent b344efef2d
commit c01ebf33ef
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ if [ "$USE_DOCKER" != "" ]; then
filebrowser/dev \
sh -c "\
cd build && \
dos2unix build_assets.sh && \
dos2unix build.sh && \
./build_assets.sh && \
./build.sh \
"