From 6f4534c9fc6d1dd888c8207c3a5d4e275d1fecf6 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sat, 5 Dec 2020 13:07:26 +1100 Subject: [PATCH] link back to main notion-deb-builder --- README.md | 5 ++--- pkg/helpers.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e95f32e..0415444 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ for support, join the [discord server](https://discord.gg/sFWPXtA). - the [official windows/mac releases](https://notion.so/desktop). - the arch linux AUR [notion-app](https://aur.archlinux.org/packages/notion-app/) package. - the linux [notion-app](https://github.com/jaredallard/notion-app) installer. -- [@haydn-jones](https://github.com/haydn-jones/)'s fork of the - linux [notion-deb-builder](https://github.com/haydn-jones/notion-deb-builder). +- the linux [notion-deb-builder](https://github.com/davidbailey00/notion-deb-builder). -linux clients must use a notion version >= 2.0.8. +outdated notion versions (< 2.0.10) probably won't work. mobile clients are not supported and due to system limitations/restrictions cannot be. diff --git a/pkg/helpers.js b/pkg/helpers.js index 61f62dd..03133b7 100644 --- a/pkg/helpers.js +++ b/pkg/helpers.js @@ -74,7 +74,7 @@ function getNotionResources() { .trim()}/Programs/Notion/resources`; } else { for (let loc of [ - '/usr/lib/notion-desktop/resources', // https://github.com/haydn/notion-deb-builder/ + '/usr/lib/notion-desktop/resources', // https://github.com/davidbailey00/notion-deb-builder/ '/opt/notion-app', // https://aur.archlinux.org/packages/notion-app/ '/opt/notion', // https://github.com/jaredallard/notion-app ]) {