Skip to content

Commit cce9403

Browse files
author
CIS Guru
committed
Add MIT license to AppImageHub metadata
- Add X-AppImage-Payload-License=MIT to desktop file [AppImageHub] section - Add license: MIT and description to apps/Aquiis.md YAML frontmatter - Fixes AppImageHub CI validation 'No license found' error
1 parent d864c06 commit cce9403

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

apps/Aquiis.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
layout: app
33
permalink: /Aquiis/
44

5+
description: Multi-tenant property management system for DIY landlords
6+
license: MIT
7+
58
icons:
69
- Aquiis/aquiis.png
710

@@ -31,6 +34,7 @@ desktop:
3134
Categories: Office;Finance
3235
Comment: Multi-tenant property management system for DIY landlords
3336
AppImageHub:
37+
X-AppImage-Payload-License: MIT
3438
X-AppImage-Type: 2
3539
X-AppImage-Architecture: x86_64
3640
---

database/Aquiis/aquiis.desktop

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ X-AppImage-Version=1.1.1
1111
X-AppImage-Name=Aquiis Property Management
1212
X-AppImage-Arch=x86_64
1313
Keywords=property;management;landlord;rental;lease;tenant;invoice;
14+
15+
[AppImageHub]
16+
X-AppImage-Payload-License=MIT
17+
# Dear upstream developer, please include update information in your AppImage
18+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
19+
# Dear upstream developer, please include a digital signature in your AppImage
20+
# (e.g., with appimagetool -s) so that users can easily verify the authenticity the AppImage
21+
X-AppImage-Type=2
22+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)