Skip to content

Instantly share code, notes, and snippets.

View chris1111's full-sized avatar
🛠️
I'm still there

chris1111 chris1111

🛠️
I'm still there
View GitHub Profile
@chris1111
chris1111 / appify.sh
Created March 7, 2019 03:59 — forked from oubiwann/appify.sh
appify — create the simplest possible Mac app from a shell script (adds an application icon)
#!/usr/bin/env bash
VERSION=4.0.1
SCRIPT=`basename "$0"`
APPNAME="My App"
APPICONS="/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/GenericApplicationIcon.icns"
OSX_VERSION=`sw_vers -productVersion`
PWD=`pwd`
function usage {