Include web-surface data in linux and mac bundles
This commit is contained in:
@@ -193,6 +193,7 @@ Locale=$Shared/locale
|
|||||||
MidiMaps=$Shared/midi_maps
|
MidiMaps=$Shared/midi_maps
|
||||||
PatchFiles=$Shared/patchfiles
|
PatchFiles=$Shared/patchfiles
|
||||||
LuaScripts=$Shared/scripts
|
LuaScripts=$Shared/scripts
|
||||||
|
WebSurfaces=$Shared/web_surfaces
|
||||||
MackieControl=$Shared/mcp
|
MackieControl=$Shared/mcp
|
||||||
OSC=$Shared/osc
|
OSC=$Shared/osc
|
||||||
|
|
||||||
@@ -381,6 +382,10 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
|
|||||||
cp "$x" $LuaScripts
|
cp "$x" $LuaScripts
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# recusively copy web-surface html/js
|
||||||
|
cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
|
||||||
|
rm $WebSurfaces/wscript
|
||||||
|
|
||||||
# MackieControl data
|
# MackieControl data
|
||||||
# got to be careful with names here
|
# got to be careful with names here
|
||||||
for x in $BUILD_ROOT/../share/mcp/*.device $BUILD_ROOT/../share/mcp/*.profile ; do
|
for x in $BUILD_ROOT/../share/mcp/*.device $BUILD_ROOT/../share/mcp/*.profile ; do
|
||||||
|
|||||||
@@ -145,6 +145,7 @@ ExportFormats=$Shared/export
|
|||||||
Templates=$Shared/templates
|
Templates=$Shared/templates
|
||||||
PatchFiles=$Shared/patchfiles
|
PatchFiles=$Shared/patchfiles
|
||||||
LuaScripts=$Shared/scripts
|
LuaScripts=$Shared/scripts
|
||||||
|
WebSurfaces=$Shared/web_surfaces
|
||||||
MackieControl=$Shared/mcp
|
MackieControl=$Shared/mcp
|
||||||
OSC=$Shared/osc
|
OSC=$Shared/osc
|
||||||
Themes=$Shared/themes
|
Themes=$Shared/themes
|
||||||
@@ -377,6 +378,10 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
|
|||||||
cp "$x" $LuaScripts
|
cp "$x" $LuaScripts
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# recusively copy web-surface html/js
|
||||||
|
cp -a $BUILD_ROOT/../share/scripts/web_surfaces $WebSurfaces
|
||||||
|
rm $WebSurfaces/wscript
|
||||||
|
|
||||||
# MackieControl data
|
# MackieControl data
|
||||||
# got to be careful with names here
|
# got to be careful with names here
|
||||||
for x in $BUILD_ROOT/../share/mcp/*.device $BUILD_ROOT/../share/mcp/*.profile ; do
|
for x in $BUILD_ROOT/../share/mcp/*.device $BUILD_ROOT/../share/mcp/*.profile ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user