summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitsunyan2018-01-13 09:17:14 +0300
committerkitsunyan2018-01-13 09:17:14 +0300
commit0daee05d4c011e37772fbf1829b073ae8191d10d (patch)
tree07ca4bf0e497c6badf73eeaa499d41989f98a285
parentb5ef8e003a298ccd872131db0174d195969d782d (diff)
downloadaur-0daee05d4c011e37772fbf1829b073ae8191d10d.tar.gz
Fix desktop file command
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b02c3d8e0b5..00dd951604de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,7 @@ package() {
'[Desktop Entry]' \
'Name=draw.io' \
'Comment=draw.io desktop' \
- 'Exec=/bin/bash -c '"'"'exec /usr/bin/draw.io "$@" > /dev/null 2> /dev/null'"'"' -- bash %U' \
+ 'Exec=/bin/bash -c '"'"'exec /usr/bin/draw.io "$@" > /dev/null 2> /dev/null'"'"' bash %U' \
'Terminal=false' \
'Type=Application' \
'Icon=draw.io' \