Skip to content

Commit

Permalink
Fix screenshot URL (flatpak)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Mar 30, 2024
1 parent 0657d81 commit 9de06b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qt/io.github.kovzol.bibref.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<launchable type="desktop-id">io.github.kovzol.bibref.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/kovzol/bibref/blob/master/qt/bibref-qt.png?raw=true</image>
<image>https://github.com/kovzol/bibref/blob/master/bibref-qt.png?raw=true</image>
<caption>Some simple queries made with bibref</caption>
</screenshot>
</screenshots>
Expand Down
5 changes: 2 additions & 3 deletions qt/io.github.kovzol.bibref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ modules:
env:
XDG_DATA_HOME: /app/tmp
sources:
- type: archive
url: https://github.com/kovzol/bibref/archive/a3cc208db13bee3825a1fcf347bb30a10d97fc99.zip
sha256: 3a4dddccab9c9b5f7871ffcb2ce3ca9c80dc414a13605b17e2aa8f59774a9f25
- type: git
url: https://github.com/kovzol/bibref
post-install:
- mv /app/tmp/.sword/* /app/share/sword

0 comments on commit 9de06b3

Please sign in to comment.