Skip to content

Commit 4b39c7a

Browse files
committed
fix: fix AUR build
1 parent e112d9a commit 4b39c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ aurs:
4848
git_url: "ssh://[email protected]/{{ .ProjectName }}-bin.git"
4949
package: |-
5050
install -Dm755 "./{{ .ProjectName }}" "${pkgdir}/usr/bin/{{ .ProjectName }}"
51-
install -Dm644 "./LICENSE.md" "${pkgdir}/usr/share/licenses/{{ .ProjectName }}/LICENSE"
51+
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/{{ .ProjectName }}/LICENSE"
5252
commit_author:
5353
name: "Temuri Takalandze"
5454

0 commit comments

Comments
 (0)