From 82f843f5349644aa016cf128dbd1cdc9205806c8 Mon Sep 17 00:00:00 2001 From: lllucius Date: Tue, 23 Feb 2010 15:17:48 +0000 Subject: [PATCH] Remove help directory from the zip file. --- scripts/mac_release_build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/mac_release_build b/scripts/mac_release_build index 947c2eaf5..ffbf26019 100755 --- a/scripts/mac_release_build +++ b/scripts/mac_release_build @@ -82,6 +82,9 @@ rm TMP.dmg # Move DMG to parent mv *.dmg .. +# Remove help contents +rm -rf "$DMG/help/"* + # Create the zip version zip -r9 "../$DMG.zip" "$DMG"