From caf602dada42846d5525efe9bb5bfe17dee6fcc1 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 7 Apr 2022 11:21:25 +0200 Subject: [PATCH] small renamings --- .github/workflows/CreateRelease.yml | 2 +- .github/workflows/Linux.yml | 2 +- scripts/Linux/resources/meshlab.desktop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index e8d467e7e..0cfc50fa5 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -63,7 +63,7 @@ jobs: shell: bash run: | bash scripts/${{ runner.os }}/1_build.sh --${{ matrix.precision }} - - name: Deploy + - name: Deploy and AppImage shell: bash run: | bash scripts/${{ runner.os }}/2_deploy_and_appimage.sh diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 550c9ba3f..53f5f6c61 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -59,7 +59,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: meshlab_linux_appimage${{steps.envs.outputs.artifact_suffix}} - path: MeshLab*.AppImage + path: MeshLab*-linux.AppImage #- name: Upload MeshLab deb # uses: actions/upload-artifact@v2 # with: diff --git a/scripts/Linux/resources/meshlab.desktop b/scripts/Linux/resources/meshlab.desktop index 7240ff30f..426e820b8 100644 --- a/scripts/Linux/resources/meshlab.desktop +++ b/scripts/Linux/resources/meshlab.desktop @@ -9,4 +9,4 @@ Icon=meshlab Terminal=false MimeType=model/mesh;application/x-3ds;image/x-3ds;model/x-ply;application/sla;model/x-quad-object;model/x-geomview-off;application/x-cyclone-ptx;application/x-vmi;application/x-bre;model/vnd.collada+xml;model/openctm;application/x-expe-binary;application/x-expe-ascii;application/x-xyz;application/x-gts;chemical/x-pdb;application/x-tri;application/x-asc;model/x3d+xml;model/x3d+vrml;model/vrml;model/u3d;model/idtf; Categories=Graphics;3DGraphics;Viewer;Qt; -Name[en_US]=meshlab.desktop +Name[en_US]=MeshLab