summarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorChristian Bundy2018-08-06 17:08:22 -0700
committerChristian Bundy2018-08-06 17:08:22 -0700
commitd73ca25c95e312c24b23afdf7bbda36660efebaa (patch)
tree106694209ba36b3dff73de38d5e9c01a310873e4 /run.sh
parent7fdfa3eb80f9c866064c2fa431f1ec83036de0c4 (diff)
downloadaur-d73ca25c95e312c24b23afdf7bbda36660efebaa.tar.gz
Depend on system Electron
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index e0a253560e4d..123ef62c2560 100755
--- a/run.sh
+++ b/run.sh
@@ -1,4 +1,4 @@
#!/bin/bash
cd /opt/ssb-patchwork
-./node_modules/.bin/electron index.js "$@"
+electron index.js "$@"