Skip to content

Commit

Permalink
build(goreleaser): fix path for icon for nfpm
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Sep 27, 2023
1 parent af2a5a7 commit 8b95482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ nfpms:
dst: /usr/share/licenses/go-hass-agent/LICENSE
- src: README.md
dst: /usr/share/doc/go-hass-agent/README.md
- src: assets/trayicon/logo-pretty.png
- src: internal/agent/ui/assets/logo-pretty.png
dst: /usr/share/pixmaps/go-hass-agent.png
- src: assets/go-hass-agent.desktop
dst: /usr/share/applications/go-hass-agent.desktop
Expand Down

0 comments on commit 8b95482

Please sign in to comment.