summarylogtreecommitdiffstats
path: root/notion-app
diff options
context:
space:
mode:
Diffstat (limited to 'notion-app')
-rwxr-xr-xnotion-app2
1 files changed, 1 insertions, 1 deletions
diff --git a/notion-app b/notion-app
index b86e4865742a..78c3de98bc60 100755
--- a/notion-app
+++ b/notion-app
@@ -8,5 +8,5 @@ if [[ ! -e "/opt/notion-app" ]]; then
fi
pushd "/opt/notion-app/" >/dev/null || exit 1
-electron app.asar $@
+electron11 app.asar $@
popd >/dev/null || exit 1