Skip to content

Commit 4945ee6

Browse files
committed
Merge branch 'master' of https://github.com/Allen-B1/news
2 parents 8a12444 + 3dc26b3 commit 4945ee6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A news viewer for elementary os
44
# Installation
55
```bash
66
git clone https://github.com/Allen-B1/news.git
7+
cd news
8+
cmake
79
make
810
sudo make install
911
```

data/com.github.allen-b1.news.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p>Browse the news</p>
1010
</description>
1111
<custom>
12-
<value key="x-appcenter-color-primary">#603461</value>
13-
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
12+
<value key="x-appcenter-color-primary">#00A9FF</value>
13+
<value key="x-appcenter-color-primary-text">#000</value>
1414
</custom>
1515
</component>

0 commit comments

Comments
 (0)