Skip to content

Commit

Permalink
Script(fix): appstream-util is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Nov 27, 2024
1 parent 3e72139 commit 6cc9163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Validate
run: |
sudo apt-get install appstream-util desktop-file-utils;
appstream-util validate-relax /usr/local/share/metainfo/im.srain.Srain.metainfo.xml;
appstreamcli validate /usr/local/share/metainfo/im.srain.Srain.metainfo.xml;
desktop-file-validate /usr/local/share/applications/im.srain.Srain.desktop;
build-mingw64:
Expand Down

0 comments on commit 6cc9163

Please sign in to comment.