Skip to content

Commit

Permalink
Add categories to appstream, upgrade to GNOME 46 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketok4321 committed Apr 1, 2024
1 parent e02041f commit f1fe15c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 6 additions & 1 deletion data/xyz.ketok.Speedtest.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
<url type="bugtracker">https://github.com/Ketok4321/speedtest/issues</url>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<project_license>GPL-3.0-or-later</project_license>

<categories>
<category>Network</category>
<category>Utility</category>
</categories>

<screenshots>
<screenshot type="default">
Expand Down
2 changes: 1 addition & 1 deletion xyz.ketok.Speedtest.Devel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: xyz.ketok.Speedtest.Devel
runtime: org.gnome.Platform
runtime-version: '45'
runtime-version: '46'
sdk: org.gnome.Sdk
command: speedtest

Expand Down

0 comments on commit f1fe15c

Please sign in to comment.