mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 07:53:54 +01:00
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:
6
.github/workflows/flathub.yml
vendored
6
.github/workflows/flathub.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user