A desktop client for the Symphony Collaboration Platform built using Electron
Go to file
Lynn 99f911b783 Merge pull request #4 from maoo/master
added LICENSE and NOTICE files
2016-12-03 00:21:50 +00:00
build fix menu bug and few other bug fixes 2016-11-08 16:32:04 -08:00
LICENSE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
main.js open url in default browser 2016-11-08 17:12:36 -08:00
menuTemplate.js fix menu bug and few other bug fixes 2016-11-08 16:32:04 -08:00
NOTICE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
package.json fix menu bug and few other bug fixes 2016-11-08 16:32:04 -08:00
README.md README updates 2016-11-16 19:13:09 -08:00

SymphonyElectron

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