aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2013-04-14 23:47:52 +0000
committerrowanbeentje <rowan@beent.je>2013-04-14 23:47:52 +0000
commitae0304a33c1f960e0272b25ee40a1529993317c4 (patch)
treedc96a418f8749528a95f26dcf4e8aaefa1c6dec2 /Scripts
parentcc2ac82afa576436bbc8b4d8a85a87586e56443e (diff)
downloadsequelpro-ae0304a33c1f960e0272b25ee40a1529993317c4.tar.gz
sequelpro-ae0304a33c1f960e0272b25ee40a1529993317c4.tar.bz2
sequelpro-ae0304a33c1f960e0272b25ee40a1529993317c4.zip
- Add a spotlight comment to allow easy location of Sequel Pro with other search terms than the name
Diffstat (limited to 'Scripts')
-rwxr-xr-xScripts/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Scripts/build.sh b/Scripts/build.sh
index d9d99d61..1717d9f0 100755
--- a/Scripts/build.sh
+++ b/Scripts/build.sh
@@ -78,6 +78,9 @@ mkdir -p "${SHARED_SUPPORT_DIR}/Default Themes"
cp -R "${SRCROOT}/SharedSupport/Default Themes" "${SHARED_SUPPORT_DIR}"
+# Add a SpotLight comment
+osascript -e "tell application \"Finder\" to set comment of (alias (POSIX file \"${BUILD_PRODUCT}\")) to \"MySQL database pancakes with syrup\""
+
# Perform distribution specific tasks if this is a 'Distribution' build
if [ "$CONFIGURATION" == 'Distribution' ]
then