Skip to content

iskrisis/vector-electron-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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