Skip to content

Instantly share code, notes, and snippets.

@mvanduijker
Created February 8, 2016 19:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvanduijker/1890182413f4dca3841c to your computer and use it in GitHub Desktop.
Save mvanduijker/1890182413f4dca3841c to your computer and use it in GitHub Desktop.
WhatsApp Mac OSX app
#!/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