Skip to content

Commit

Permalink
fix: elementary-shortcut-overlay (#1361) (#1363)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
(cherry picked from commit 7f21960)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Jun 16, 2024
1 parent 42e20be commit 9c6476d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ desktop-file-validate \
%{buildroot}/%{_datadir}/applications/%{appname}.desktop

appstream-util validate-relax --nonet \
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
%{buildroot}/%{_datadir}/metainfo/%{appname}.metainfo.xml


%files -f %{appname}.lang
Expand All @@ -59,7 +59,7 @@ appstream-util validate-relax --nonet \
%{_bindir}/%{appname}

%{_datadir}/applications/%{appname}.desktop
%{_datadir}/metainfo/%{appname}.appdata.xml
%{_datadir}/metainfo/%{appname}.metainfo.xml


%changelog
Expand Down

0 comments on commit 9c6476d

Please sign in to comment.