summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCranky Supertoon2020-09-10 18:06:10 -0400
committerCranky Supertoon2020-09-10 18:06:10 -0400
commit7a4bc029f0d50ad5da85d2e83b97bcc3e7880d83 (patch)
tree37006e48a9cb611e5fdde3b2b8339b56cd6485ce
parent6f4b995072fb348f0eca3cd756efb097ed4b6f6a (diff)
downloadaur-7a4bc029f0d50ad5da85d2e83b97bcc3e7880d83.tar.gz
Still Package if Desktop File Still Exists
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9167f3942c5..8aeafa8f9c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ prepare() {
git reset --hard ${commitsha}
# generate .desktop
- gendesk -f --pkgname "GDLauncher" --pkgdesc "${pkgdesc}" --icon ${pkgname} --exec "/usr/bin/${pkgname}" -n
+ gendesk -f --pkgname "GDLauncher" --pkgdesc "${pkgdesc}" --icon ${pkgname} --exec "/usr/bin/${pkgname}" -n -f
mv "GDLauncher.desktop" "${pkgname}.desktop"
# put yarn in testing mode