summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCranky Supertoon2020-09-10 17:53:13 -0400
committerCranky Supertoon2020-09-10 17:53:13 -0400
commit7981e5d5517ed1e1954231e7650a08d520242dc1 (patch)
tree1709ec3dcc8d7be7bc83433915ef1047d3b5207c /PKGBUILD
parent9de96ec3224250c4ab7b483b19c4cb3e3f580e97 (diff)
downloadaur-7981e5d5517ed1e1954231e7650a08d520242dc1.tar.gz
Still Package if Desktop File Still Exists
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ba484f46b19..33d9a62a3bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ prepare() {
# Prevent duplicate .desktop from getting created
sed -i 's/CreateShortcutFile(desktopFile, mimeTypes);//' UI/Config/FileAssociationHelper.cs
- gendesk --pkgname "${_pkgname}" --pkgdesc "${pkgdesc}" --exec "/usr/bin/mesen-s" -n
+ gendesk --pkgname "${_pkgname}" --pkgdesc "${pkgdesc}" --exec "/usr/bin/mesen-s" -n -f
# Invoke using mono in a wrapper, since wine (if installed) would open it otherwise
cat > "${pkgname}" <<-EOT