Skip to content

Instantly share code, notes, and snippets.

@nmcspadden
Last active May 23, 2016 05:03
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 nmcspadden/bda3578017c8efd3ac56 to your computer and use it in GitHub Desktop.
Save nmcspadden/bda3578017c8efd3ac56 to your computer and use it in GitHub Desktop.
#!/bin/bash
temppath="$(mktemp -d -t AdobeAfterEffects)"
/bin/mkdir -p "$temppath/Library/Application Support/Adobe/Startup Scripts CC/Adobe After Effects"
echo "app.preferences.savePrefAsBool(\"General Section\", \"Show Welcome Screen\", false) ;" > "$temppath/Library/Application Support/Adobe/Startup Scripts CC/Adobe After Effects/after_effects.jsx"
/usr/bin/pkgbuild --root "$temppath" --identifier "org.sacredsf.adobe.aftereffects.welcome" --version 1.0 AdobeAfterEffects-Welcome.pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment