Include web-surface data in linux and mac bundles

This commit is contained in:
Robin Gareus 2020-04-21 00:29:21 +02:00
parent 1c7c0533c2
commit 5d3554408d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 10 additions and 0 deletions

View File

@ -193,6 +193,7 @@ Locale=$Shared/locale
MidiMaps=$Shared/midi_maps
PatchFiles=$Shared/patchfiles
LuaScripts=$Shared/scripts
WebSurfaces=$Shared/web_surfaces
MackieControl=$Shared/mcp
OSC=$Shared/osc
@ -381,6 +382,10 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
cp "$x" $LuaScripts
done
# recusively copy web-surface html/js
cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
rm $WebSurfaces/wscript
# MackieControl data
# got to be careful with names here
for x in $BUILD_ROOT/../share/mcp/*.device $BUILD_ROOT/../share/mcp/*.profile ; do

View File

@ -145,6 +145,7 @@ ExportFormats=$Shared/export
Templates=$Shared/templates
PatchFiles=$Shared/patchfiles
LuaScripts=$Shared/scripts
WebSurfaces=$Shared/web_surfaces
MackieControl=$Shared/mcp
OSC=$Shared/osc
Themes=$Shared/themes
@ -377,6 +378,10 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
cp "$x" $LuaScripts
done
# recusively copy web-surface html/js
cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
rm $WebSurfaces/wscript
# MackieControl data
# got to be careful with names here
for x in $BUILD_ROOT/../share/mcp/*.device $BUILD_ROOT/../share/mcp/*.profile ; do