Skip to content

Commit

Permalink
fix webapp path - webui build
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Mar 18, 2019
1 parent 112924f commit 4326966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ sl_build_webui() {
xxd -i dist/app.css > headers/css.h
xxd -i dist/app.js > headers/js.h
xxd -i dist/images/logo.svg > headers/logo.h
rm ../../modules/webapp/assets/*.h
cp -a headers/*.h ../../modules/webapp/assets/
rm ../../src/modules/webapp/assets/*.h
cp -a headers/*.h ../../src/modules/webapp/assets/
popd
}

Expand Down

0 comments on commit 4326966

Please sign in to comment.