summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e00b9ef4235d..16c01114da67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,6 +59,6 @@ package() {
# User resources
cp -pr "$srcdir"/squashfs-root/usr .
- # AppImage as /usr/bin/nixnote2 for .desktop file
+ # Copy AppImage itself as /usr/bin/nixnote2
install -Dm755 -T "$srcdir/$_appimage" usr/bin/"$_pkgname"
}