Skip to content

Commit

Permalink
Merge branch 'main' into devel
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/meshlab
  • Loading branch information
alemuntoni committed Sep 19, 2024
2 parents edcc819 + 803f3a4 commit 7d5ca62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PYML_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.12.post1
2023.12.post2
3 changes: 2 additions & 1 deletion scripts/Linux/2_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# You can give as argument the path where you installed PyMeshLab.

SCRIPTS_PATH="$(dirname "$(realpath "$0")")"
LINUXDEPLOY_PATH=$SCRIPTS_PATH/../../src/meshlab/resources/linux
ARCH=$(uname -m)
LINUXDEPLOY_PATH=$SCRIPTS_PATH/../../src/meshlab/resources/linux/$ARCH
QT_DIR=""
INSTALL_PATH=$SCRIPTS_PATH/../../pymeshlab

Expand Down

0 comments on commit 7d5ca62

Please sign in to comment.