summarylogtreecommitdiffstats
path: root/rocketchat-desktop
diff options
context:
space:
mode:
authorMatthias Lisin2019-02-24 19:55:42 +0100
committerMatthias Lisin2019-02-24 19:55:42 +0100
commit94c5817c93e795c1857276232bae279331d6df8b (patch)
tree3ade6125a7148ea76b0404e22121b50814dd20ec /rocketchat-desktop
parente448c8a87ef178fe20b017c48b0e5e24bd3f91ee (diff)
downloadaur-94c5817c93e795c1857276232bae279331d6df8b.tar.gz
upgpkg: rocketchat-desktop 2.15.0-1
- Uses electron notifications now, no more notifications patch required. - Depends on Electron 3 instead of 2. Actually 4 but it's not in the Arch repositories yet.
Diffstat (limited to 'rocketchat-desktop')
-rwxr-xr-xrocketchat-desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/rocketchat-desktop b/rocketchat-desktop
index 7cecf59d3de8..b4beaf01fb31 100755
--- a/rocketchat-desktop
+++ b/rocketchat-desktop
@@ -1,3 +1,3 @@
#!/bin/sh
-exec electron2 /usr/lib/rocketchat-desktop.asar "$@"
+exec electron /usr/lib/rocketchat-desktop.asar "$@"