Created
February 26, 2019 13:31
-
-
Save DaveHudson/cc8a6745242688cff8b806a84139f9d0 to your computer and use it in GitHub Desktop.
Bash script to change icon in terminal-notifier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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