Alberto Iannaccone 5be1f9d7fe
change naming of nightly and snapshot builds (#1326)
replace `-` with `.` to make auto-update work correctly
2022-08-17 17:13:25 +02:00
..

Electron

All-in-one packager producing the Arduino IDE Electron-based application.

Prerequisites

The prerequisites are defined here.

Build

To build the Arduino IDE application you have to do the followings:

yarn --cwd ./electron/packager/ && yarn --cwd ./electron/packager/ package

The packaged application will be under the ./electron/build/dist folder.