mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
Automatic merge branch 'main' into 'devel'
This commit is contained in:
commit
c29cb4b97f
@ -31,9 +31,16 @@ do
|
||||
ARGUMENTS="${ARGUMENTS} -executable=${plugin}"
|
||||
done
|
||||
|
||||
${QT_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
|
||||
$ARGUMENTS
|
||||
# Make sure that deploy succeeds
|
||||
if ${QT_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
|
||||
$ARGUMENTS; \
|
||||
then
|
||||
# remove everything from install path, except the appbundle
|
||||
cd $INSTALL_PATH
|
||||
ls | grep -xv "${APPNAME}" | xargs rm
|
||||
|
||||
# remove everything from install path, except the appbundle
|
||||
cd $INSTALL_PATH
|
||||
ls | grep -xv "${APPNAME}" | xargs rm
|
||||
echo "$INSTALL_PATH is now a self contained meshlab application"
|
||||
else
|
||||
echo "macdeployqt failed with error code $?. Script was not completed successfully."
|
||||
exit 1
|
||||
fi
|
||||
Loading…
x
Reference in New Issue
Block a user