This is a meta repo that contains scripts / stuff needed to build Notion for Linux
The electron sources are pulled out of the Mac OSX dmg and then ran with a Linux version of Electron, yeah, it's that easy.
Run ./build.sh [--no-compress]
Modify config.sh
before running build.sh
or makepkg -si
ELECTRON_VERSION=x.x.x electron version to use
NOTION_VERSION=x.x.x notion dmg to download
MIT