Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change

This commit is contained in:
alemuntoni 2021-05-21 11:20:49 +00:00 committed by GitHub Actions
parent 585226d8a2
commit 2322593b3f
3 changed files with 6 additions and 11 deletions

View File

@ -1 +1 @@
2020.12
2021.05

View File

@ -1,7 +1,7 @@
# Known to build in Ubuntu 18.04, 20.04
name: meshlab
base: core18
version: '2020.12'
version: '2021.05'
summary: MeshLab
description: |
The open source system for processing and editing 3D triangular meshes.
@ -18,14 +18,9 @@ apps:
meshlab:
command: AppRun
extensions: [kde-neon]
plugs: [home, opengl, removable-media]
desktop: usr/share/applications/meshlab.desktop
environment:
DISABLE_WAYLAND: 1
plugs:
- home
- opengl
- removable-media
- mount-observe
parts:
meshlab:

View File

@ -68,11 +68,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2020.12</string>
<string>2021.05</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2020.12</string>
<string>2021.05</string>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<key>NOTE</key>