Skip to content

Commit 286e169

Browse files
committed
fix flathub not liking my screenshots
1 parent 58f564a commit 286e169

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

data/reminduck.metainfo.xml.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,23 +120,23 @@
120120
<screenshots>
121121
<screenshot type="default">
122122
<caption>The welcome view</caption>
123-
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/@version@/data/screenshots/Welcome.png</image>
123+
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/2.3.0/data/screenshots/Welcome.png</image>
124124
</screenshot>
125125
<screenshot environment="pantheon">
126126
<caption>Add new reminders</caption>
127-
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/@version@/data/screenshots/Editor.png</image>
127+
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/2.3.0/data/screenshots/Editor.png</image>
128128
</screenshot>
129129
<screenshot environment="pantheon:dark">
130130
<caption>Add new reminders but in dark</caption>
131-
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/@version@/data/screenshots/Editor-dark.png</image>
131+
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/2.3.0/data/screenshots/Editor-dark.png</image>
132132
</screenshot>
133133
<screenshot environment="pantheon">
134134
<caption>See current reminders</caption>
135-
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/@version@/data/screenshots/List.png</image>
135+
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/2.3.0/data/screenshots/List.png</image>
136136
</screenshot>
137137
<screenshot environment="pantheon:dark">
138138
<caption>See current reminders but in dark</caption>
139-
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/@version@/data/screenshots/List-dark.png</image>
139+
<image>https://raw.githubusercontent.com/ellie-commons/reminduck/2.3.0/data/screenshots/List-dark.png</image>
140140
</screenshot>
141141
</screenshots>
142142
</component>

io.github.ellie_commons.reminduck.flathub.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
id: io.github.ellie_commons.reminduck
1+
app-id: io.github.ellie_commons.reminduck
22
# elementary SDK is not available on Flathub, so use the elementary BaseApp instead
33
base: io.elementary.BaseApp
4-
base-version: 'circe-24.08'
4+
base-version: 'circe-25.08'
55
runtime: org.gnome.Platform
6-
runtime-version: '48'
6+
runtime-version: '49'
77
sdk: org.gnome.Sdk
88
command: io.github.ellie_commons.reminduck
99

@@ -33,8 +33,8 @@ modules:
3333
sources:
3434
- type: git
3535
url: https://github.com/ellie-commons/reminduck.git
36-
tag: 2.2.0
37-
commit: f50318f3a56f7dfe80421569d6b1358e07f2c314
36+
tag: 2.3.0
37+
commit: 58f564ae70739b280d170ebe5c1c4e69ec844785
3838
x-checker-data:
3939
type: git
4040
tag-pattern: '^([\d.]+)$'

0 commit comments

Comments
 (0)