1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Remove help directory from the zip file.

This commit is contained in:
lllucius 2010-02-23 15:17:48 +00:00
parent cfb9f77a9d
commit 82f843f534

View File

@ -82,6 +82,9 @@ rm TMP.dmg
# Move DMG to parent # Move DMG to parent
mv *.dmg .. mv *.dmg ..
# Remove help contents
rm -rf "$DMG/help/"*
# Create the zip version # Create the zip version
zip -r9 "../$DMG.zip" "$DMG" zip -r9 "../$DMG.zip" "$DMG"