Changeset 2850
- Timestamp:
- 05/18/05 11:20:15 (3 years ago)
- Files:
-
- Tuna/trunk/Tuna.xcode/project.pbxproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Tuna/trunk/Tuna.xcode/project.pbxproj
r2833 r2850 322 322 runOnlyForDeploymentPostprocessing = 0; 323 323 shellPath = /bin/sh; 324 shellScript = "#!/bin/sh\n\n zip -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"; 325 325 }; 326 326 77E09E3D0839EBE1002A4FE2 = {
