mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
Corrected a bug in bundle creation script
Missing the xml files for xml filters
This commit is contained in:
parent
d9f311100d
commit
92bb191bd5
@ -43,6 +43,11 @@ do
|
||||
cp ./$x $BUNDLE/meshlab.app/Contents/PlugIns/
|
||||
done
|
||||
|
||||
for x in $BUILDPATH/distrib/plugins/*.xml
|
||||
do
|
||||
cp ./$x $BUNDLE/meshlab.app/Contents/PlugIns/
|
||||
done
|
||||
|
||||
for x in $BUNDLE/meshlab.app/Contents/plugins/*.dylib
|
||||
do
|
||||
install_name_tool -change libcommon.1.dylib @executable_path/libcommon.1.dylib $x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user