summarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorChristian Bundy2018-08-06 16:02:39 -0700
committerChristian Bundy2018-08-06 16:02:39 -0700
commit20d0caeb7e3592b87dc588be80f016452f684d2f (patch)
tree86cf617341f0e7a8bfbb1fe9880071a4ebdbfe5a /run.sh
parent1206b4e09163c5c2497fba1aa782d45210e77169 (diff)
downloadaur-20d0caeb7e3592b87dc588be80f016452f684d2f.tar.gz
Depend on system Electron
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 2ba70b411f38..1732898b1281 100644
--- a/run.sh
+++ b/run.sh
@@ -1,4 +1,4 @@
#!/bin/bash
cd /opt/patchbay-git
-./node_modules/.bin/electron index.js "$@"
+exec electron index.js index.js "$@"