mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
deploying also meshlabserver
This commit is contained in:
parent
8476435e02
commit
aeb4e5179f
2
.github/workflows/CompileAndRelease.yml
vendored
2
.github/workflows/CompileAndRelease.yml
vendored
@ -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:
|
||||
|
||||
2
.github/workflows/CompileWindows.yml
vendored
2
.github/workflows/CompileWindows.yml
vendored
@ -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:
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user