-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a gen-appdata command to setup .py
regenerates novelwriter.appdata.xml using git tags to list versions and pulling the latest version from the source Signed-off-by: Rachel Powers <[email protected]>
- Loading branch information
Showing
3 changed files
with
256 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2018–2022, Veronica Berglyd Olsen <[email protected]> --> | ||
<component type="desktop-application"> | ||
<id>io.novelwriter.novelWriter</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0</project_license> | ||
<developer_name>Veronica Berglyd Olsen<developer_name/> | ||
<name>novelWriter</name> | ||
<url type="homepage">https://novelwriter.io/</url> | ||
<url type="help">https://novelwriter.readthedocs.io/en/stable/</url> | ||
<url type="bugtracker">https://github.com/vkbo/novelWriter/issues</url> | ||
<url type="contact">https://github.com/vkbo/novelWriter/discussions</url> | ||
<url type="vcs-browser">https://github.com/vkbo/novelWriter</url> | ||
<url type="contribute">https://github.com/vkbo/novelWriter/blob/main/CONTRIBUTING.md</url> | ||
<provides> | ||
<mediatype>application/x-novelwriter-project</mediatype> | ||
</provides> | ||
<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> | ||
<screenshot> | ||
<image>https://novelwriter.io/images/f-nw-build-light.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://novelwriter.io/images/f-nw-editor-dark.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://novelwriter.io/images/f-nw-editor-light.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://novelwriter.io/images/f-nw-novelview-dark.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://novelwriter.io/images/f-nw-novelview-light.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://novelwriter.io/images/f-nw-outline-dark.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://novelwriter.io/images/f-nw-outline-light.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<provides> | ||
<id>novelwriter.desktop</id> | ||
</provides> | ||
<content_rating type="oars-1.0" /> | ||
<releases> | ||
{releases} | ||
</releases> | ||
</component> |