Skip to content

Commit 6efaa2f

Browse files
author
MadGoat
committed
chore: bump pkgrel to 2 and update icon installation logic
- Add direct GitHub release URL for goatdkernel.png to source array - Update package() to install icon from srcdir root instead of git repo - Regenerate .SRCINFO with new source entries
1 parent 7ba890f commit 6efaa2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgbuilds/binary/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ package() {
3535

3636
# Install documentation
3737
install -Dm 644 README.md "${pkgdir}/usr/share/doc/goatdkernel/README.md"
38+
install -Dm644 "$srcdir/assets/goatdkernel.png" "$pkgdir/usr/share/pixmaps/goatdkernel.png"
3839
}
3940

4041
# Post-install message

0 commit comments

Comments
 (0)