Include web-surface data in linux and mac bundles
This commit is contained in:
parent
1c7c0533c2
commit
5d3554408d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user