Skip to content

Commit

Permalink
fixed appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
suburbanfilth committed Sep 7, 2017
1 parent cae4cd1 commit 00d81a7
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions data/com.github.suburbanfilth.noted.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2017 Your Name <[email protected]> -->
+<component type="desktop">
+ <id>com.github.suburbanfilth.noted.desktop</id>
+ <metadata_license>CC0</metadata_license>
+ <name>Noted</name>
+ <summary>Take notes with ease</summary>
+ <description>
+ <p>Note taking app that offers inline formatting</p>
+ </description>
+</component>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Your Name <[email protected]> -->
<component type="desktop">
<id>com.github.suburbanfilth.noted.desktop</id>
<metadata_license>CC0</metadata_license>
<name>Noted</name>
<summary>Take notes with ease</summary>
<description>
<p>Note taking app that offers inline formatting</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://user-images.githubusercontent.com/7538637/30169485-3233d660-93f5-11e7-8a03-205cafe8c9f9.png</image>
</screenshot>
</screenshots>
<developer_name>Martin Spasov</developer_name>
<url type="homepage">https://github.com/SuburbanFilth</url>
<url type="bugtracker">https://github.com/SuburbanFilth/Noted/issues</url>
<url type="help">https://github.com/SuburbanFilth/Noted/issues</url>
<update_contact>[email protected]</update_contact>
<custom>
<value key="x-appcenter-color-primary">#27A08A</value>
</custom>
</component>

0 comments on commit 00d81a7

Please sign in to comment.