diff options
author | Miro Hrončok <miro@hroncok.cz> | 2013-12-24 01:37:43 (GMT) |
---|---|---|
committer | Miro Hrončok <miro@hroncok.cz> | 2013-12-24 01:37:43 (GMT) |
commit | 107d19e93e9e12bfa3bf1d480b311ed718004b68 (patch) | |
tree | 79a0946278722daf1fb06254024f89bc93b58969 | |
parent | 6938ae2dfde578e3980d077adefb86a4bdbd9df1 (diff) |
AppData: Do not have 2 default screenshots
-rw-r--r-- | openscad.appdata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.appdata.xml b/openscad.appdata.xml index 8334d37..0378d15 100644 --- a/openscad.appdata.xml +++ b/openscad.appdata.xml @@ -10,7 +10,7 @@ </description> <screenshots> <screenshot type="default" width="800" height="437">http://www.openscad.org/images/appdata-screenshot-1.png</screenshot> - <screenshot type="default" width="800" height="465">http://www.openscad.org/images/appdata-screenshot-2.png</screenshot> + <screenshot width="800" height="465">http://www.openscad.org/images/appdata-screenshot-2.png</screenshot> </screenshots> <url type="homepage">http://www.openscad.org/</url> </application> |