Skip to content

Commit

Permalink
Automatic merge branch 'main' into 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
2 parents b1a816c + 8fd4c52 commit a3b311a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file added resources/linux/aarch64/linuxdeploy
Binary file not shown.
Binary file added resources/linux/aarch64/linuxdeploy-plugin-qt
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/Linux/internal/2c_portable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ then
fi

# Make sure that deploy succeeds before we start deleting files
if $RESOURCES_PATH/linux/linuxdeploy --appdir=$INSTALL_PATH --plugin qt; then
if $RESOURCES_PATH/linux/x86_64/linuxdeploy --appdir=$INSTALL_PATH --plugin qt; then
# after deploy, all required libraries are placed into usr/lib, therefore we can remove the ones in
# usr/lib/meshlab (except for the ones that are loaded at runtime)
cd $INSTALL_PATH/usr/lib/meshlab
Expand Down
2 changes: 1 addition & 1 deletion scripts/Linux/internal/2d_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case $i in
esac
done

$RESOURCES_PATH/linux/linuxdeploy --appdir=$INSTALL_PATH \
$RESOURCES_PATH/linux/x86_64/linuxdeploy --appdir=$INSTALL_PATH \
--output appimage

#get version
Expand Down

0 comments on commit a3b311a

Please sign in to comment.