1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

script has been updated and moved to the scripts directory

This commit is contained in:
Nikolay Pultsin 2010-11-06 13:32:52 +00:00
parent 5fed8c398f
commit 07f495a585

View file

@ -25,7 +25,7 @@ buildSourceArchive() {
ant clean
rm -rf $dir $archive
mkdir $dir
cp -r data icons src jni build.xml AndroidManifest.xml* res *.properties createRawResources.py libs HowToBuild $0 VERSION ChangeLog $dir
cp -r assets icons src jni build.xml AndroidManifest.xml* res *.properties createRawResources.py libs HowToBuild $0 VERSION ChangeLog $dir
rm -rf `find $dir -name .svn`
zip -rq $archive $dir/*
rm -rf $dir