Skip to content

Instantly share code, notes, and snippets.

@dogukancagatay
Created May 4, 2020 09:35
Show Gist options
  • Save dogukancagatay/d4b9f5e2fd89c005e38cc435f8039856 to your computer and use it in GitHub Desktop.
Save dogukancagatay/d4b9f5e2fd89c005e38cc435f8039856 to your computer and use it in GitHub Desktop.
Google Meet Desktop App

Google Meet Desktop App

A clean and native interface to Google Meet (https://meet.google.com) using nativefier.

Supports dark and light mode on macOS Mojave.

Build Instructions

To build the application, nativefier will be used with the following commands:

npx nativefier --name "Google Meet" --bounce --counter --honest --disable-dev-tools "https://meet.google.com/"

Note: Nativefier allows for osx, mas, linux, and windows platform types. You can specify with the --platform flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment