Merge branch 'restic-browser-fixicon' into 'master'

app-backup/restic-browser-bin: add 0.3.0-r1

See uest src_prepare/src_prepare-overlay!408
This commit is contained in:
Parona 2024-04-25 14:52:18 +00:00
commit 79486b8f2f
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ src_unpack() {
src_install() {
dobin "${MY_PN}"
newicon "${DISTDIR}/${ICON}" "${MY_PN}"
newicon "${DISTDIR}/${ICON}" "${MY_PN}.png"
make_desktop_entry "${MY_PN}" Restic-Browser "${MY_PN}"
}