Skip to content

Commit

Permalink
#10 Fix the screenshot issue on appstore
Browse files Browse the repository at this point in the history
  • Loading branch information
ayselafsar committed Apr 2, 2018
1 parent 27ca46e commit 04a8a9f
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,12 @@ See [README](https://github.com/ayselafsar/dicomviewer) for a list of full featu
<nextcloud min-version="12" max-version="13"/>
</dependencies>
<repository type="git">https://github.com/ayselafsar/dicomviewer.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer1-small.png">
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer1.png
</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer2-small.png">
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer2.png
</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer3-small.png">
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer3.png
</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer4-small.png">
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer4.png
</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump1-small.png">
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump1.png
</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump2-small.png">
https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump2.png
</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer1-small.png">https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer1.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer2-small.png">https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer2.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer3-small.png">https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer3.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer4-small.png">https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/viewer4.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump1-small.png">https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump1.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump2-small.png">https://raw.githubusercontent.com/ayselafsar/dicomviewer/master/screenshots/dump2.png</screenshot>
<repair-steps>
<install>
<step>OCA\DICOMViewer\Migration\RegisterMimeType</step>
Expand Down

0 comments on commit 04a8a9f

Please sign in to comment.