mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-10 23:39:03 +00:00
link back to main notion-deb-builder
This commit is contained in:
parent
4dc14699e1
commit
6f4534c9fc
@ -17,10 +17,9 @@ for support, join the [discord server](https://discord.gg/sFWPXtA).
|
|||||||
- the [official windows/mac releases](https://notion.so/desktop).
|
- the [official windows/mac releases](https://notion.so/desktop).
|
||||||
- the arch linux AUR [notion-app](https://aur.archlinux.org/packages/notion-app/) package.
|
- 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.
|
- the linux [notion-app](https://github.com/jaredallard/notion-app) installer.
|
||||||
- [@haydn-jones](https://github.com/haydn-jones/)'s fork of the
|
- the linux [notion-deb-builder](https://github.com/davidbailey00/notion-deb-builder).
|
||||||
linux [notion-deb-builder](https://github.com/haydn-jones/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.
|
mobile clients are not supported and due to system limitations/restrictions cannot be.
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ function getNotionResources() {
|
|||||||
.trim()}/Programs/Notion/resources`;
|
.trim()}/Programs/Notion/resources`;
|
||||||
} else {
|
} else {
|
||||||
for (let loc of [
|
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-app', // https://aur.archlinux.org/packages/notion-app/
|
||||||
'/opt/notion', // https://github.com/jaredallard/notion-app
|
'/opt/notion', // https://github.com/jaredallard/notion-app
|
||||||
]) {
|
]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user