Changeset 2850

Show
Ignore:
Timestamp:
05/18/05 11:20:15 (3 years ago)
Author:
morris
Message:

-y flag to zip

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Tuna/trunk/Tuna.xcode/project.pbxproj

    r2833 r2850  
    322322                        runOnlyForDeploymentPostprocessing = 0; 
    323323                        shellPath = /bin/sh; 
    324                         shellScript = "#!/bin/sh\n\nzip -r \"$BUILD_DIR/Tuna.zip\" \"$BUILD_DIR/Tuna.app\" || exit 1\n\nexit 0"; 
     324                        shellScript = "#!/bin/sh\n\ncd \"$BUILD_DIR\"\nrm -f Tuna.zip\nzip -ry Tuna.zip Tuna.app || exit 1\n\nexit 0"; 
    325325                }; 
    326326                77E09E3D0839EBE1002A4FE2 = {