summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHaoda Wang2021-08-29 12:49:50 -0700
committerHaoda Wang2021-08-29 12:49:50 -0700
commitc8eaca420d021f535bfe6e8e479e2c879edf8579 (patch)
tree0eae46ba3e2648c09b7a9f77d8286fb21abe498a /PKGBUILD
parent861fc440c2f2f824f38719bca86a9c1168ec2f3b (diff)
downloadaur-c8eaca420d021f535bfe6e8e479e2c879edf8579.tar.gz
Add direct link to binary ninja icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5c2eaedbbef..0805115cecd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ prepare() {
echo "[Desktop Entry]
Name=Binary Ninja ${_edition}
Exec=/usr/bin/${_pkgname}
-Icon=${pkgname}
+Icon=/opt/binaryninja/docs/img/logo.png
Type=Application
Categories=Development;Debugger;Profiling;" > "${srcdir}/binaryninja.desktop"
}