diff --git a/.forgejo/workflows/appstream-check.yaml b/.forgejo/workflows/appstream-check.yaml index 1b422ff34..35f40e124 100644 --- a/.forgejo/workflows/appstream-check.yaml +++ b/.forgejo/workflows/appstream-check.yaml @@ -3,8 +3,8 @@ on: workflow_dispatch: # Manual trigger pull_request: paths: - - packaging/app.comaps.desktop.metainfo.xml - - .forgejo/workflows/appstream-check.yaml # Run check on self change + - packaging/app.comaps.qt.metainfo.xml + - .forgejo/workflows/appstream-check.yaml # Run check on self change jobs: validate-appstream: @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 1 sparse-checkout: | - packaging/app.comaps.desktop.metainfo.xml + packaging/app.comaps.qt.metainfo.xml - name: Install appstream validator and flatpak Builder shell: bash @@ -29,8 +29,8 @@ jobs: - name: Lint appstream data with flatpak Builder shell: bash - run: flatpak run --command=flatpak-builder-lint org.flatpak.Builder appstream packaging/app.comaps.desktop.metainfo.xml + run: flatpak run --command=flatpak-builder-lint org.flatpak.Builder appstream packaging/app.comaps.qt.metainfo.xml - name: Run appstreamcli in pedantic mode shell: bash - run: flatpak run --command=appstreamcli org.flatpak.Builder validate --pedantic packaging/app.comaps.desktop.metainfo.xml + run: flatpak run --command=appstreamcli org.flatpak.Builder validate --pedantic packaging/app.comaps.qt.metainfo.xml diff --git a/.forgejo/workflows/desktop-file-check.yaml b/.forgejo/workflows/desktop-file-check.yaml index 9f795d18d..75eb77e06 100644 --- a/.forgejo/workflows/desktop-file-check.yaml +++ b/.forgejo/workflows/desktop-file-check.yaml @@ -3,8 +3,8 @@ on: workflow_dispatch: # Manual trigger pull_request: paths: - - qt/res/app.comaps.desktop.desktop - - .forgejo/workflows/desktop-file-check.yaml # Run check on self change + - qt/res/app.comaps.qt.desktop + - .forgejo/workflows/desktop-file-check.yaml # Run check on self change jobs: validate-desktop-file: @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 1 sparse-checkout: | - qt/res/app.comaps.desktop.desktop + qt/res/app.comaps.qt.desktop - name: Install desktop-file-validate tool shell: bash @@ -27,4 +27,4 @@ jobs: - name: Validate desktop file shell: bash - run: desktop-file-validate qt/res/app.comaps.desktop.desktop && echo "Successfully validated .desktop file" + run: desktop-file-validate qt/res/app.comaps.qt.desktop && echo "Successfully validated .desktop file" diff --git a/data/welcome.html b/data/welcome.html index 71555580b..43e7da2e1 100644 --- a/data/welcome.html +++ b/data/welcome.html @@ -10,9 +10,10 @@
Congratulations! You're just one step away from seeing your favourite cities and countries!
-Download them once and use everywhere - no internet access is needed.
-We'll try to keep you updated when new application versions and new map data become available.
-And of course, you always can check latest news on our website: https://organicmaps.app
+As CoMaps is an offline-first software, you'll need to download some regions.
+Once they are downloaded, no internet access is needed.
+And of course, you always can check project updates on Codeberg: https://codeberg.org/comaps/comaps
+Or you can check our website: https://comaps.app