All Projects → iskrisis → vector-electron-desktop

iskrisis / vector-electron-desktop

Licence: other
DONT USE THIS ANYMORE

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
processing
702 projects

DONT USE THIS ANYMORE

This was temporary solution for desktop version of Vector (now Riot) client for matrix. You will find much better client here https://riot.im/

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].