Skip to content

Commit

Permalink
Hardcode fake release date in metainfo.xml
Browse files Browse the repository at this point in the history
Without a release date, flatpak ignores the version number, but
autodetecting the release date (and carrying it into tarballs) might be
too much work, so just hardcode an obviously fake date for now.
  • Loading branch information
matthijskooijman committed Nov 19, 2023
1 parent 8a82dc3 commit 5bdd423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/org.gnome.Hamster.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
​<translation type="gettext">hamster</translation>
<url type="homepage">https://github.com/projecthamster/hamster/wiki</url>
<releases>
<release version="@VERSION@" />
<!-- Provide a (clearly) fake date, otherwise flatpak will ignore the entry -->
<release version="@VERSION@" date="1980-01-01" />
</releases>
<provides>
<binary>hamster</binary>
Expand Down

0 comments on commit 5bdd423

Please sign in to comment.