summarylogtreecommitdiffstats
path: root/notion-app
diff options
context:
space:
mode:
Diffstat (limited to 'notion-app')
-rwxr-xr-xnotion-app4
1 files changed, 2 insertions, 2 deletions
diff --git a/notion-app b/notion-app
index e2a808bab521..3d224c788bd7 100755
--- a/notion-app
+++ b/notion-app
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Launch notion.so
+# Launch notion electron app
if [[ ! -e "/opt/notion-app" ]]; then
echo "Error: /opt/notion not found"
@@ -8,5 +8,5 @@ if [[ ! -e "/opt/notion-app" ]]; then
fi
pushd "/opt/notion-app/" >/dev/null || exit 1
-electron6 app.asar
+electron6 app.asar $@
popd >/dev/null || exit 1