Skip to content

Instantly share code, notes, and snippets.

@mvanduijker
Created February 8, 2016 19:10
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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