From aeb4e5179f7fecef058b8802f89551f8e72382cf Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Tue, 11 Feb 2020 09:43:35 +0100 Subject: [PATCH] deploying also meshlabserver --- .github/workflows/CompileAndRelease.yml | 2 +- .github/workflows/CompileWindows.yml | 2 +- install/linux/linux_appimage.sh | 2 +- install/linux/linux_deploy.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CompileAndRelease.yml b/.github/workflows/CompileAndRelease.yml index d9ba40b1e..0dd91b87e 100755 --- a/.github/workflows/CompileAndRelease.yml +++ b/.github/workflows/CompileAndRelease.yml @@ -118,7 +118,7 @@ jobs: - name: Creating MeshLab Portable ZIP run: | cd distrib - windeployqt --no-translations meshlab.exe + windeployqt --no-translations meshlab.exe -executable=meshlabserver.exe - name: Uploading Meshlab Portable uses: actions/upload-artifact@v1 with: diff --git a/.github/workflows/CompileWindows.yml b/.github/workflows/CompileWindows.yml index c8a7571aa..acfd54c3f 100644 --- a/.github/workflows/CompileWindows.yml +++ b/.github/workflows/CompileWindows.yml @@ -29,7 +29,7 @@ jobs: - name: Creating MeshLab Portable ZIP run: | cd distrib - windeployqt --no-translations --verbose=2 meshlab.exe + windeployqt --no-translations --verbose=2 meshlab.exe -executable=meshlabserver.exe - name: Uploading Meshlab Portable uses: actions/upload-artifact@v1 with: diff --git a/install/linux/linux_appimage.sh b/install/linux/linux_appimage.sh index 355daef64..c5ccd9c7a 100755 --- a/install/linux/linux_appimage.sh +++ b/install/linux/linux_appimage.sh @@ -41,7 +41,7 @@ rm -r plugins/U3D_OSX/ rm -r plugins/U3D_W32/ $INSTALL_PATH/resources/linuxdeployqt meshlab -appimage -mv *.AppImage MeshLab$(date +%Y.%m)-linux.AppImage +mv *.AppImage MeshLab$(date +%Y.%m)-linux.AppImage -executable=meshlabserver #at this point, distrib folder contains all the files necessary to execute meshlab echo "distrib folder is now a self contained meshlab application" diff --git a/install/linux/linux_deploy.sh b/install/linux/linux_deploy.sh index a88b33d13..348e53969 100644 --- a/install/linux/linux_deploy.sh +++ b/install/linux/linux_deploy.sh @@ -38,7 +38,7 @@ cp ../docs/readme.txt . rm -r plugins/U3D_OSX/ rm -r plugins/U3D_W32/ -$INSTALL_PATH/resources/linuxdeployqt meshlab -bundle-non-qt-libs +$INSTALL_PATH/resources/linuxdeployqt meshlab -bundle-non-qt-libs -executable=meshlabserver #at this point, distrib folder contains all the files necessary to execute meshlab echo "distrib folder is now a self contained meshlab application"