I used to have it working but had to reset (and my dumb *** didn't make a backup of the image). I remember you have to get `npm run dist` to work. But `package.json` has the wrong flags. "dist": "electron-builder --ia32 --x64", needs to be changed to "dist": "electron-builder -l --armv7l", but beyond that I don't remember and can't get it to work. $ npm run dist [...] /home/pi/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86/lib/ruby/bin/ruby: line 6: /home/pi/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86/lib/ruby/bin.real/ruby: cannot execute binary file: Exec format error /home/pi/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86/lib/ruby/bin/ruby: line 6: /home/pi/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86/lib/ruby/bin.real/ruby: Success
Thanks for the feedback Identify where it fails and adapt. As the Wiki mentions we do not officially support the Pi, but happy to update Wiki/script if the community keeps abreast of upstream changes and requirements Or at least provide the log of where it fails