aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
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