add a method to automate the building of an Appimage package
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>novelwriter</id>
|
||||
<metadata_license>GPL-3.0</metadata_license>
|
||||
<project_license>GPL-3.0</project_license>
|
||||
<name>novelWriter</name>
|
||||
<summary>A markdown-like text editor for planning and writing novels</summary>
|
||||
<description>
|
||||
<p>{description}</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">novelwriter.desktop</launchable>
|
||||
<url type="homepage">https://novelwriter.io/</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://novelwriter.io/images/screenshot-multi.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<provides>
|
||||
<id>novelwriter.desktop</id>
|
||||
</provides>
|
||||
</component>
|
||||
Reference in New Issue
Block a user