Changeset 2967

Show
Ignore:
Timestamp:
06/17/05 23:41:01 (3 years ago)
Author:
morris
Message:

Fix zip script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj

    r2964 r2967  
    879879                        runOnlyForDeploymentPostprocessing = 0; 
    880880                        shellPath = /bin/sh; 
    881                         shellScript = "cd \"$BUILD_DIR\"\nrm -f \"Footagehead.zip\"\nzip -ry \"Footagehead.zip\" \"$BUILT_PRODUCTS_DIR/Footagehead.app\" || exit 1"; 
     881                        shellScript = "cd \"$BUILT_PRODUCTS_DIR\"\nrm -f \"../Footagehead.zip\"\nzip -ry \"../Footagehead.zip\" \"Footagehead.app\" || exit 1"; 
    882882                }; 
    883883                A517E26D055AADB800807238 /* Run Script (Version) */ = {