Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 691 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 691 Bytes

Vector Electron Desktop

Simple Vector.im wrapped in electron to make desktop app. Most of the code is from electron-quick-start.

How to build

npm install
npm start

How to package into app

Change --platform= and --arch more is at electron-packager

npm install
electron-packager . Vector --platform=darwin --arch=x64 --icon icons/icon

Better automatic build should be possible with electron-builder.

Roadmap

  • Packaging scripts for major OS
  • Badges
  • Dynamicly loads html/js/css