BernardoGiordano / signal-desktop-pi4

A bash script to compile Signal Desktop for the Raspberry Pi 4 on Ubuntu 21.04.
13 stars 0 forks source link
signal-desktop

signal-desktop-pi4

A bash script to compile Signal Desktop for the Raspberry Pi 4 on Ubuntu 21.04.

This solution is based upon this PKGBUILD provided by user ohfp on Gitlab. Running this PKGBUILD file using makedeb doesn't build Signal Desktop successfully, due to issues with node-abi being too outdated for electron 13.1.8.

This repository provides all the patches found in the original project, plus a new patch fixing node-abi version inside the yarn.lock file.

Tested on Ubuntu 21.04.

Credits

Huge thanks to @lsfxz (@ohfp on Gitlab) for providing most of the source code that is available in this repo.