deploying also meshlabserver

This commit is contained in:
alemuntoni 2020-02-11 09:43:35 +01:00
parent 8476435e02
commit aeb4e5179f
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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"

View File

@ -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"