Skip to content

Commit

Permalink
fix: actually install metainfo properly now
Browse files Browse the repository at this point in the history
  • Loading branch information
sungsphinx committed Oct 8, 2024
1 parent 1ede349 commit a34c1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ flatpak-desktop-dst := clean(rootdir / flatpak-prefix) / 'share' / 'applications

metainfo := appid + '.metainfo.xml'
metainfo-src := 'res' / metainfo
metainfo-dst := clean(rootdir / prefix) / 'share' / 'applications' / metainfo
flatpak-metainfo-dst := clean(rootdir / flatpak-prefix) / 'share' / 'applications' / metainfo
metainfo-dst := clean(rootdir / prefix) / 'share' / 'metainfo' / metainfo
flatpak-metainfo-dst := clean(rootdir / flatpak-prefix) / 'share' / 'metainfo' / metainfo

icon := appid + '.svg'
icon-src := 'res' / 'icons' / 'hicolor' / 'scalable' / 'apps' / icon
Expand Down

0 comments on commit a34c1b9

Please sign in to comment.