https://github.com/fmstrat/google-voice
An electron wrapped Google Voice application with light and dark themes.
https://github.com/fmstrat/google-voice
Last synced: 11 months ago
JSON representation
An electron wrapped Google Voice application with light and dark themes.
- Host: GitHub
- URL: https://github.com/fmstrat/google-voice
- Owner: Fmstrat
- Created: 2019-09-03T18:20:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T21:43:00.000Z (about 5 years ago)
- Last Synced: 2025-06-08T19:03:54.012Z (about 1 year ago)
- Language: JavaScript
- Size: 301 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Voice with Light and Dark Themes
An electron wrapped Google Voice application with light and dark themes.
## Usage
Download the latest release from: https://github.com/Fmstrat/google-voice/releases
## Compiling yourself
Docker is required to build images.
Create the nativefier image for docker:
``` bash
./makeApps.sh build
```
Run the build:
``` bash
./makeApps.sh
```
## Ubuntu icon/shortcut
The `shortcuts/google-voice.desktop` file can be used as a shortcut from GNOME.
## Windows icon fix
If issues exist with the launch icon in Windows, use Rcedit from: https://github.com/electron/rcedit/releases
```
rcedit-x64.exe "C:\Program Files\GoogleVoice\GoogleVoice.exe" --set-icon resources/icon.png
```