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
No known key found for this signature in database
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 done
# recusively copy web-surface html/js # 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 rm $WebSurfaces/wscript
# MackieControl data # MackieControl data

View file

@ -379,7 +379,7 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
done done
# recusively copy web-surface html/js # 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 rm $WebSurfaces/wscript
# MackieControl data # MackieControl data