summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFTS4272023-09-29 22:57:56 +0800
committerFTS4272023-09-29 22:57:56 +0800
commit748c56c777a7673ca28e67bddb1d826e79c933c6 (patch)
tree5af0810f1487a82aa2edddaaf1e1f5e399e56ba2
parent40fda30f557f3aca551bc40f7315b3f90287ca11 (diff)
downloadaur-748c56c777a7673ca28e67bddb1d826e79c933c6.tar.gz
delete the step of change the .desktop
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be318542c11c..7251aee7f8ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ prepare() {
}
build() {
- sed -i 's/Terminal=true/Terminal=false/g' squashfs-root/blessing.${_pkgname}.desktop
+ #sed -i 's/Terminal=true/Terminal=false/g' squashfs-root/blessing.${_pkgname}.desktop
sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|" "squashfs-root/blessing.${_pkgname}.desktop"
# Fix permissions; .AppImage permissions are 700 for all directories