Skip to content

Instantly share code, notes, and snippets.

@DaveHudson
Created February 26, 2019 13:31
Show Gist options
  • Save DaveHudson/cc8a6745242688cff8b806a84139f9d0 to your computer and use it in GitHub Desktop.
Save DaveHudson/cc8a6745242688cff8b806a84139f9d0 to your computer and use it in GitHub Desktop.
Bash script to change icon in terminal-notifier
#!/bin/bash
# Copy Terminal.icns
cp "./src/assets/Terminal.icns" "node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/"
# Edit Info.plist
sed -i '' "s/nl.superalloy.oss.terminal-notifier/com.applification.oss.terminal-notifier/g" "node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment