Changeset 862
- Timestamp:
- 06/04/07 06:17:34 (2 years ago)
- Files:
-
- 1 modified
-
trunk/installer/osx/create_app (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/installer/osx/create_app
r806 r862 167 167 fi 168 168 169 # Copy any resources found in the python script directory 169 # Copy any resources found in the python script directory unless they have already been defined 170 170 if [ "$resources" == "" ] ; then 171 171 resources=`find -E "$py_script_root" -maxdepth 1 -regex ".*\.jpg|.*\.png|.*\.ui" -print0 | xargs -0` 172 172 fi 173 173 174 cp $resources "$bundle/Contents/Resources"174 cp -R $resources "$bundle/Contents/Resources" 175 175 176 176 # If there is a local "Resources" dir copy the contents of this too
