Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astrotars committed May 13, 2019
1 parent 8ce9eb5 commit a889139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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.
Expand Down

0 comments on commit a889139

Please sign in to comment.