mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
A desktop client for the Symphony Collaboration Platform built using Electron
build | ||
js | ||
LICENSE | ||
NOTICE | ||
package.json | ||
README.md |
SymphonyElectron
Project Goals:
Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:
- Standardizing the JS to native interfaces
- Standardizing the app to app interfaces (current embedding API)
- Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group
Build Instructions:
- to pick up dependencies: npm install
- to locally run mac version: npm run dev:mac
- to locally run windows (64 bit) version: npm run dev:win
- to build mac dmg: npm run dist-mac
- to build win exe installer (64 bit): npm run dist-win
- to build win exe installer (32 bit): npm run dist-win-x86
to change the url start location, edit package.json and change 'homepage' variable.
if desiring to run against server without proper cert use cmd line option: --ignore-certificate-errors
if you want to build windows version on mac then need to install few items, see: https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build