link back to main notion-deb-builder

This commit is contained in:
dragonwocky 2020-12-05 13:07:26 +11:00
parent 4dc14699e1
commit 6f4534c9fc
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
2 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -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
]) {