From aab9adce95a6769f99f346953d5c50af35217b21 Mon Sep 17 00:00:00 2001 From: daid Date: Tue, 10 Jan 2012 17:34:05 +0100 Subject: [PATCH] . --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 4e19322..f28f92b 100755 --- a/build.sh +++ b/build.sh @@ -56,6 +56,11 @@ for NR in `ls patches`; do echo $NR done +rm -rf Printrun +git clone git://github.com/daid/Printrun.git +rm -rf Printrun/.git +echo "python\\python.exe printrun\\pronterface.py" > printrun.bat + cd target 7z a ../Skeinforge_PyPy.zip * cd ..