mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-24 23:37:20 +00:00

- From now on, NSFW service disposes after last reference is removed. No more 10sec delay. - Moved the temp workspace deletion to a startup task. - Can set initial task for the window from electron-main. - Removed the `browser-app`. Closes #39 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
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.