summarylogtreecommitdiffstats
path: root/launch.sh
diff options
context:
space:
mode:
authorDaniel Peukert2019-12-08 22:32:19 +0100
committerDaniel Peukert2019-12-08 22:32:19 +0100
commit2e6ec96eb3d17699e3a04ff4e5f0231da3354178 (patch)
treea1e78d81a9f630d1f0a33efe2e5eadc2ad54a978 /launch.sh
parent4b3f407d0015c9d4c38f654d605efbfde2eaa740 (diff)
downloadaur-2e6ec96eb3d17699e3a04ff4e5f0231da3354178.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 327f4e2daef9..020b276f4f9d 100644
--- a/launch.sh
+++ b/launch.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-exec electron3 '/usr/lib/mongodb-compass-beta/app.asar' "$@"
+exec electron3 "/usr/lib/$(basename "$0")/app.asar" "$@"