Skip to content

Commit

Permalink
fix: rpm dependencies (#46)
Browse files Browse the repository at this point in the history
Overrides goreleaser rpm dependencies and sets them as glibc and gtk3
  • Loading branch information
rare-magma authored Feb 22, 2022
1 parent 41dc3c8 commit 7c4984f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ nfpms:
scripts:
postinstall: "resources/scripts/postinst"
postremove: "resources/scripts/postrm"

overrides:
rpm:
dependencies:
- glibc
- gtk3

0 comments on commit 7c4984f

Please sign in to comment.