summarylogtreecommitdiffstats
path: root/notion-app
diff options
context:
space:
mode:
authorpat-s2019-11-05 14:50:00 +0100
committerpat-s2019-11-05 14:50:00 +0100
commit10ae7b2eeefee3637ffd09583904cd72aff57bc8 (patch)
treeefe9a04d2489123af0b59f327b1b7edc42cf50af /notion-app
parent56ae316070dcca6c83eb742f8713640d1453abb4 (diff)
downloadaur-10ae7b2eeefee3637ffd09583904cd72aff57bc8.tar.gz
upd to v2.0.1 and electron6
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 82795a25c6c2..e2a808bab521 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
-electron3 app.asar
+electron6 app.asar
popd >/dev/null || exit 1