From a8891393f42eb4c4b2915854e5d44299f8cc4616 Mon Sep 17 00:00:00 2001 From: Nick Parsons Date: Sun, 12 May 2019 19:46:49 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bc6e01..d6597ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Android Messages -A clean and native interface to https://messages.android.com. Supports dark and light mode on macOS Mojave. This project is 100% open-source and available for [macOS](https://github.com/nparsons08/android-messages/releases/download/v1.0.0/Android.Messages-mas-x64.zip), [Windows](https://github.com/nparsons08/android-messages/releases/download/v1.0.0/Android.Messages-win32-x64.zip), and [Linux](https://github.com/nparsons08/android-messages/releases/download/v1.0.0/Android-Messages-linux-x64.zip). You can download Android Messages [here](https://github.com/nparsons08/android-messages/releases/tag/v1.0.0). Enjoy! +A clean and native interface to https://messages.google.com/web. Supports dark and light mode on macOS Mojave. This project is 100% open-source and available for [macOS]. Enjoy! ![Android Messages](https://i.imgur.com/O3H5NWh.png) @@ -25,7 +25,7 @@ Next, download the required CSS and image assets from one of the releases here l Last, you'll need to run the `nativefier` command to build your package. ``` -nativefier --name "Android Messages" --platform "osx" --bounce --counter --honest --hide-window-frame --disable-dev-tools --title-bar-style "hidden" --icon logo.png --inject electron.css "https://messages.android.com" +nativefier --name "Android Messages" --platform "osx" --bounce --counter --honest --hide-window-frame --disable-dev-tools --title-bar-style "hidden" --icon logo.png --inject electron.css "https://messages.google.com/web" ``` > Note: Nativefier allows for `osx`, `mas`, `linux`, and `windows` platform types. You can specify this with the `--platform` flag.