diff --git a/PYML_VERSION b/PYML_VERSION index 9da90a4..7ffabc4 100644 --- a/PYML_VERSION +++ b/PYML_VERSION @@ -1 +1 @@ -2023.12.post1 \ No newline at end of file +2023.12.post2 \ No newline at end of file diff --git a/scripts/Linux/2_deploy.sh b/scripts/Linux/2_deploy.sh index 26c9c52..13c831d 100644 --- a/scripts/Linux/2_deploy.sh +++ b/scripts/Linux/2_deploy.sh @@ -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 diff --git a/src/meshlab b/src/meshlab index bab066e..a3b311a 160000 --- a/src/meshlab +++ b/src/meshlab @@ -1 +1 @@ -Subproject commit bab066ee6b8b3cf601c665e3b281fd72abf27795 +Subproject commit a3b311a0dc5e3e34ecffb6c8f35adf2a8d623074