Really bundle web-surface data with Linux and Mac builds

This fix copy/paste/edit bug in 5d3554408
This commit is contained in:
Robin Gareus 2020-04-21 22:43:46 +02:00
parent 35fe4f79f5
commit 69f6c9771e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
done
# recusively copy web-surface html/js
cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
cp -a $BUILD_ROOT/../share/web_surfaces $WebSurfaces
rm $WebSurfaces/wscript
# MackieControl data

View File

@ -379,7 +379,7 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
done
# recusively copy web-surface html/js
cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
cp -a $BUILD_ROOT/../share/web_surfaces $WebSurfaces
rm $WebSurfaces/wscript
# MackieControl data