Skip to content

dcrousso/GChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GChat

Unofficial Google Chat app

Download

Current Release

Linux Shortcut

Create a file in ~/.local/share/applications/ called GChat.desktop with the following contents:

[Desktop Entry]
Name=GChat
Exec=/path/to/GChat
Terminal=false
Type=Application
Icon=/path/to/GChat/resources/app/assets/Icon.png

Replace all instances of /path/to with the actual path of the GChat app.

Development

Made with Electron.

Init npm install
Run npm start
Build npm run build
Build macOS npm run build-darwin
Build Windows npm run build-win32
Build Linux npm run build-linux

License

MIT © Devin Rousso