Updated build script to generate batch files.

Updated build script to generate final zip file.
master
daid 2011-12-13 16:41:02 +01:00
parent 71049e3a99
commit 17118fabbb
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ for NR in `ls patches`; do
cd target/SF${NR}
patch -p 2 < ../../patches/${NR}
cd ../..
echo "python/python.exe SF${NR}/skeinforge_application/skeinforge.py" > target/SF${NR}.bat
echo $NR
done
cd target
7z a ../Skeinforge_PyPy.zip *
cd ..