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 18, 2023
1 parent 0b80772 commit a0fe41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/org.gnome.Hamster.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
​<translation type="gettext">hamster</translation>
<url type="homepage">https://github.com/projecthamster/hamster/wiki</url>
<releases>
<release version="@VERSION@" />
<release version="@VERSION@" date="1980-01-01" />
</releases>
<provides>
<binary>hamster</binary>
Expand Down

0 comments on commit a0fe41d

Please sign in to comment.