Updated build script to generate batch files.
Updated build script to generate final zip file.
This commit is contained in:
parent
71049e3a99
commit
17118fabbb
1 changed files with 5 additions and 0 deletions
5
build.sh
5
build.sh
|
|
@ -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 ..
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue