Skip to content

Commit 9c5d7f7

Browse files
committed
Add appcenter brand colors & move appdata location
1 parent d5d0c2a commit 9c5d7f7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

data/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/com.github.philip-scott.spice-up.svg
1616

1717
# install the appdata
1818
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/com.github.philip-scott.spice-up.appdata.xml
19-
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/appdata/)
19+
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/metainfo/)

data/com.github.philip-scott.spice-up.appdata.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<summary>Create simple and beautiful presentations</summary>
99
<description>
1010
<p>
11-
Based upon SpiceOfDesign's presentation concept, the goal with this project is to create a presentation app that has everything you need to create simple and beautiful presentations.
11+
A modern and intuitive app with everything you need to create simple and beautiful presentation such as text, images, and shapes as well as beautiful background patterns and easy to make custom gradsudients.
1212
</p>
1313
</description>
1414
<provides>
@@ -26,4 +26,8 @@
2626
<url type="bugtracker">https://github.com/Philip-Scott/Spice-up/issues</url>
2727
<url type="help">https://github.com/Philip-Scott/Spice-up/issues</url>
2828
<update_contact>felescoto@hotmail.com</update_contact>
29+
<custom>
30+
<value key="x-appcenter-color-primary">#E8F0FF</value>
31+
<value key="x-appcenter-color-primary-text">#223b69</value>
32+
</custom>
2933
</component>

0 commit comments

Comments
 (0)