-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
suburbanfilth
committed
Sep 7, 2017
1 parent
cae4cd1
commit 00d81a7
Showing
1 changed file
with
24 additions
and
11 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
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> |