summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDhruva Sambrani2023-02-17 21:27:47 +0530
committerDhruva Sambrani2023-02-17 21:27:47 +0530
commit020fe667b013553235e814242601c002a2b58397 (patch)
tree610095b8aee1ac103339306ee668766f621c727d /PKGBUILD
parentb88201720ce03d834df7a9fc3e7cbc008ec539ad (diff)
downloadaur-sioyek-appimage.tar.gz
Fix .desktop entry
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27256b44d7b0..7f5add610a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dhruva Sambrani <dhruvasambrani19@gmail.com>
pkgname=sioyek-appimage
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A PDF viewer designed for reading research papers and technical books"
arch=('x86_64')
url="https://github.com/ahrm/sioyek"
@@ -28,7 +28,7 @@ package() {
echo Extracting icons and .desktop
./${_filename} --appimage-extract "usr/share/pixmaps" > /dev/null 2>&1
./${_filename} --appimage-extract "sioyek.desktop" > /dev/null 2>&1
- sed -i -E "s|Exec=sioyek|Exec=env DESKTOPINTEGRATION=0 APPIMAGELAUNCHER_DISABLE=1 sioyek|" "squashfs-root/sioyek.desktop"
+ sed -i -E "s|^Exec=sioyek|Exec=env DESKTOPINTEGRATION=0 APPIMAGELAUNCHER_DISABLE=1 sioyek|" "squashfs-root/sioyek.desktop"
# Install icons
echo Installing icons...