Merge pull request #195 from MightyCreak/fix-appdata

fix: reference the images from the repo directly
This commit is contained in:
Creak 2023-04-03 14:17:20 -04:00 committed by GitHub
commit 05d087c2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image type="source">https://mightycreak.github.io/diffuse/docs/images/screenshot_v0.7.7_main_window.png</image> <image type="source">https://github.com/MightyCreak/diffuse/raw/master/docs/images/screenshot_v0.7.7_main_window.png</image>
<caption>Main window</caption> <caption>Main window</caption>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image type="source">https://mightycreak.github.io/diffuse/docs/images/screenshot_v0.7.7_about_window.png</image> <image type="source">https://github.com/MightyCreak/diffuse/raw/master/docs/images/screenshot_v0.7.7_about_window.png</image>
<caption>About window</caption> <caption>About window</caption>
</screenshot> </screenshot>
</screenshots> </screenshots>