Urucas / electron-packager-interactive

An interactive implementation of electron-packager
MIT License
202 stars 32 forks source link

Package for Raspberry Pi3 #28

Open nakvic opened 6 years ago

nakvic commented 6 years ago

Hi guys,

I'm trying to package the app for Raspberry Pi 3 with

electron-packager . --platform=linux --arch=armv7l

I got a release folder with bunch of files, but if I start the application, nothing happens. It s not running and nothing is shown on the screen. I have just cli jessie on rpi with no ui, using just terminal. How do I run the app on raspberry without installing electron on it?

Victor