This folder contains the Electron-based desktop app for Spectrum. Electron renders a web view, which renders the main Spectrum.chat
webpage.
release/
- the release build for each platform (mac, win, linux)resources/
- the resources folder (icons, images ...)src/
the source code of electron application
The project uses Electron-builder to package & build a ready for distribution Electron app for macOS, Windows and Linux with “auto update” support out of the box.
dev
- run electron app in development mode.package
- Build unpacked dir. Useful to test.package:<target>
build electron app for target platform (mac, linux, win).package:all
- build electron app for all platform.ship
- build and publish artifacts (to GitHub Releases). See https://goo.gl/tSFycD