Skip to content

Commit

Permalink
include example also
Browse files Browse the repository at this point in the history
  • Loading branch information
zzorn committed Oct 18, 2010
1 parent 288ee17 commit 4c93857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ library_name=animator
package_name=$library_name-$(cat version.txt)
build_dir=build/$library_name

echo "Packaging $package_name"
echo "Packaging build/$package_name"

mkdir -p $build_dir
rm $build_dir/*
Expand All @@ -15,6 +15,7 @@ cp readme.txt $build_dir
cp license.txt $build_dir
cp version.txt $build_dir
cp changes.txt $build_dir
cp AnimationExample.pde $build_dir

cd build
rm $package_name.zip
Expand Down

0 comments on commit 4c93857

Please sign in to comment.