Rename app ID to app.yaak.Yaak and add license file

Flathub requires IDs not end in generic terms like .desktop.
Also installs LICENSE to the required path.
This commit is contained in:
Gregory Schier
2026-02-10 07:04:37 -08:00
parent 2a1dc85148
commit 242d9cc213
7 changed files with 28 additions and 21 deletions

View File

@@ -19,14 +19,14 @@ jobs:
- name: Checkout Flathub repo
uses: actions/checkout@v4
with:
repository: flathub/app.yaak.desktop
repository: flathub/app.yaak.Yaak
token: ${{ secrets.FLATHUB_TOKEN }}
path: flathub-repo
- name: Copy updated files to Flathub repo
run: |
cp flatpak/app.yaak.desktop.yml flathub-repo/
cp flatpak/app.yaak.desktop.metainfo.xml flathub-repo/
cp flatpak/app.yaak.Yaak.yml flathub-repo/
cp flatpak/app.yaak.Yaak.metainfo.xml flathub-repo/
cp -r flatpak/icons flathub-repo/
- name: Commit and push to Flathub