Skip to content

Commit

Permalink
ci: fix goreleaser screw-up with icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Feb 9, 2021
1 parent 00e833b commit c5c5ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ nfpms:
conflicts:
bindir: /usr/bin
contents:
- src: "resources/icons/**/*"
dst: "/usr/share/icons/"
- src: "resources/icons/hicolor/**/*"
dst: "/usr/share/icons/hicolor/"
- src: "resources/*.desktop"
dst: "/usr/share/applications/"
- src: "resources/i18n/generated/**/*"
Expand Down

0 comments on commit c5c5ede

Please sign in to comment.