Skip to content

Commit 60f1638

Browse files
xplshnAzathothas
andauthored
add icon (binaries/dbin)
* binary: add dbin's icon to the `dbin` .SBUILD * quote string --------- Co-authored-by: Ajam <AjamX101@gmail.com>
1 parent f9d20c1 commit 60f1638

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

binaries/dbin/static.official.source.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ category:
1111
description: "Poor man's package manager"
1212
homepage:
1313
- "https://github.com/xplshn/dbin"
14+
icon:
15+
url: "https://github.com/xplshn/dbin/raw/refs/heads/master/misc/assets/logo.png"
1416
maintainer:
1517
- "Azathothas (https://github.com/Azathothas)"
1618
note:
@@ -64,4 +66,4 @@ x_exec:
6466
#Copy & Meta
6567
docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
6668
[ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
67-
find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
69+
find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"

0 commit comments

Comments
 (0)