Created
February 8, 2016 19:10
-
-
Save mvanduijker/1890182413f4dca3841c to your computer and use it in GitHub Desktop.
WhatsApp Mac OSX app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
wget https://raw.githubusercontent.com/jiahaog/nativefier-icons/master/assets/whatsapp/whatsapp.png | |
nativefier --name "WhatsApp" --width 700px --height 800px -o --counter --icon whatsapp.png 'https://web.whatsapp.com' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment