Skip to content

Latest commit

 

History

History
 
 

desktop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Desktop

This folder contains the Electron-based desktop app for Spectrum. Electron renders a web view, which renders the main Spectrum.chat webpage.

Directory Structure

  • release/ - the release build for each platform (mac, win, linux)
  • resources/ - the resources folder (icons, images ...)
  • src/ the source code of electron application

Scripts

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