summarylogtreecommitdiffstats
path: root/launch.sh
diff options
context:
space:
mode:
authorDaniel Peukert2019-12-08 22:32:43 +0100
committerDaniel Peukert2019-12-08 22:32:43 +0100
commit88bd034387c8b756ef2cefd1fa581d566a648c14 (patch)
tree55ceebf29e4673aeea1672274caabe270a1c4555 /launch.sh
parent23d85aed4b309076e70d5dad319fb06b53b21ff1 (diff)
downloadaur-88bd034387c8b756ef2cefd1fa581d566a648c14.tar.gz
Improved PKGBUILD syntax and updated dependencies
Diffstat (limited to 'launch.sh')
-rw-r--r--launch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index 51aa362f381e..020b276f4f9d 100644
--- a/launch.sh
+++ b/launch.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-exec electron3 '/usr/lib/mongodb-compass-isolated-beta/app.asar' "$@"
+exec electron3 "/usr/lib/$(basename "$0")/app.asar" "$@"