No description
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| sable@a2dc548536 | ||
| .gitignore | ||
| .gitmodules | ||
| favicon.png | ||
| main.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| preload.js | ||
| README.md | ||
| tray-icon.png | ||
sable-electron
An electron wrapper for Sable based on Sable-Client-Electron that uses a local build of Sable and fixes system notifications (on my machine 😅).
building
I only tested this on Linux, Windows and Mac will need a configuration in package.json and might require more adaptations.
Build dependencies (arch packages): pnpm, fnm, libxcrypt-compat
By default, an AppImage and a .deb archive will be built:
git clone --recursive https://github.com/RasmusAntons/sable-electron.git
cd sable-electron
fnm use 26.x
pnpm i
pnpm run build