fix deploys

This commit is contained in:
alemuntoni 2020-02-11 11:19:17 +01:00
parent aeb4e5179f
commit ee69d1d2d6
3 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 -executable=meshlabserver.exe
windeployqt --no-translations meshlab.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 -executable=meshlabserver.exe
windeployqt --no-translations --verbose=2 meshlab.exe
- name: Uploading Meshlab Portable
uses: actions/upload-artifact@v1
with:

View File

@ -40,8 +40,8 @@ cp ../docs/readme.txt .
rm -r plugins/U3D_OSX/
rm -r plugins/U3D_W32/
$INSTALL_PATH/resources/linuxdeployqt meshlab -appimage
mv *.AppImage MeshLab$(date +%Y.%m)-linux.AppImage -executable=meshlabserver
$INSTALL_PATH/resources/linuxdeployqt meshlab -appimage -executable=meshlabserver
mv *.AppImage MeshLab$(date +%Y.%m)-linux.AppImage
#at this point, distrib folder contains all the files necessary to execute meshlab
echo "distrib folder is now a self contained meshlab application"