Added syntax for --tray on .AppImage that causes main window not to appear on launch. Additionally added feature so if click on tray icon and there's no main window, it will open a main window. Clicking tray icon again while main window open, minimizes to tray.
This app is built based on RingCentral web app https://app.ringcentral.com and Electron.js.
It aims to build a community version of RingCentral desktop app for Linux, and work for other OS.
Only Tested at Ubuntu and Fedora now
For Linux, download installer files (deb, AppImage) here. I have not built for RPM package manager but can if demand is there.
$ sudo dpkg -i ringcentral-community-app_0.0.6_amd64.debRequire Node.js >= 14.0, and yarn
- Clone this project
- Install dependencies:
$ yarn
- Start app
$ yarn start
- Package app
$ yarn package-linux
- Support screenshot shortcut
- Support snap package
