Skip to content

Commit e836bdb

Browse files
author
CIS Guru
committed
Add appdata.xml to Linux AppImage build
- Configure ElectronNET to include appdata.xml in AppImage - File copied to usr/share/metainfo/ for AppImageHub CI validation - Contains MIT license metadata required by AppImageHub
1 parent a95d668 commit e836bdb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

4-Aquiis.SimpleStart/electron.manifest.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@
5959
"target": "AppImage",
6060
"icon": "bin/Assets/icon.png",
6161
"category": "Office",
62-
"artifactName": "${productName}-${version}-${arch}.${ext}"
62+
"artifactName": "${productName}-${version}-${arch}.${ext}",
63+
"extraFiles": [
64+
{
65+
"from": "Assets/com.aquiis.propertymanagement.appdata.xml",
66+
"to": "usr/share/metainfo/com.aquiis.propertymanagement.appdata.xml"
67+
}
68+
]
6369
}
6470
}
6571
}

0 commit comments

Comments
 (0)