Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
don't install transifex config directories. Fix incorrect screenshot …
Browse files Browse the repository at this point in the history
…URLs in appdata file.
  • Loading branch information
lots0logs committed Feb 19, 2017
1 parent a11dc57 commit 9bdb91e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ do_build() {
do_install() {
[[ -e "${DESTDIR}" ]] || mkdir -p "${DESTDIR}"
find "${INSTALL_ROOT}" -type f -name '.git*' -delete
find "${INSTALL_ROOT}" -type d -name '.tx' -delete
cp -R "${INSTALL_ROOT}"/* "${DESTDIR}"
}

Expand Down
6 changes: 3 additions & 3 deletions dist/com.antergos.web-greeter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
</description>
<screenshots>
<screenshot height="412" width="800" type="default">
<image>https://github.com/Antergos/web-greeter/raw/master/themes/antergos/img/screenshot1.jpg</image>
<image>https://github.com/Antergos/web-greeter/raw/master/themes/default/img/screenshot1.jpg</image>
<caption>Login screen (default theme)</caption>
</screenshot>
<screenshot height="412" width="800">
<image>https://github.com/Antergos/web-greeter/raw/master/themes/antergos/img/screenshot2.jpg</image>
<image>https://github.com/Antergos/web-greeter/raw/master/themes/default/img/screenshot2.jpg</image>
<caption>Login screen background switcher (default theme)</caption>
</screenshot>
<screenshot height="412" width="800">
<image>https://github.com/Antergos/web-greeter/raw/master/themes/antergos/img/screenshot3.jpg</image>
<image>https://github.com/Antergos/web-greeter/raw/master/themes/default/img/screenshot3.jpg</image>
<caption>Login screen user selection (default theme)</caption>
</screenshot>
</screenshots>
Expand Down

0 comments on commit 9bdb91e

Please sign in to comment.