diff options
author | saturneric <[email protected]> | 2023-10-15 10:39:34 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-15 10:39:34 +0000 |
commit | fd8738dd76c95bb2a6fa4cc8d084ad4103a464aa (patch) | |
tree | 7b09b7f2e329636edab63f047e483d3b954b380d | |
parent | fix: imporve appstream files structure (diff) | |
download | GpgFrontend-fd8738dd76c95bb2a6fa4cc8d084ad4103a464aa.tar.gz GpgFrontend-fd8738dd76c95bb2a6fa4cc8d084ad4103a464aa.zip |
fix: update screenshot of appstream
-rw-r--r-- | resource/appstream/com.bktus.gpgfrontend.appdata.xml | 2 | ||||
-rw-r--r-- | resource/appstream/com.bktus.gpgfrontend.metainfo.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resource/appstream/com.bktus.gpgfrontend.appdata.xml b/resource/appstream/com.bktus.gpgfrontend.appdata.xml index 0266e9e9..ede827ea 100644 --- a/resource/appstream/com.bktus.gpgfrontend.appdata.xml +++ b/resource/appstream/com.bktus.gpgfrontend.appdata.xml @@ -17,7 +17,7 @@ </description> <screenshots> <screenshot type="default"> - <image>https://raw.githubusercontent.com/saturneric/Blob/v1.0.0/screenshots/main-ubuntu.png</image> + <image>https://raw.githubusercontent.com/saturneric/Blob/v1.0.2/screenshots/main-ubuntu.png</image> <caption>Main Dialog</caption> </screenshot> </screenshots> diff --git a/resource/appstream/com.bktus.gpgfrontend.metainfo.xml b/resource/appstream/com.bktus.gpgfrontend.metainfo.xml index 29a17fb7..3816d6cc 100644 --- a/resource/appstream/com.bktus.gpgfrontend.metainfo.xml +++ b/resource/appstream/com.bktus.gpgfrontend.metainfo.xml @@ -24,7 +24,7 @@ <screenshots> <screenshot type="default"> <caption>Main Window</caption> - <image>https://raw.githubusercontent.com/saturneric/Blob/master/screenshots/keygen_ubuntu.png</image> + <image>https://raw.githubusercontent.com/saturneric/Blob/v1.0.2/screenshots/main-ubuntu.png</image> </screenshot> </screenshots> |