diff --git a/build/build.sh b/build/build.sh index 795afd0e9..1f4510f97 100755 --- a/build/build.sh +++ b/build/build.sh @@ -647,11 +647,13 @@ then ############################################################################### # Execute the following to build the release ############################################################################### +sed -i "s/.*/$MYVER<\/version>/g" build/windows/windows.xml (cd build/windows/ ; ./windows.sh) %% chmod +x zorbash-create-release.sh cat >zorbash.sh <<%% + #!/bin/sh ############################################################################### # Execute the following, or run ./zorbash.sh diff --git a/build/windows/windows.sh b/build/windows/windows.sh index 7a919b970..4978f726e 100644 --- a/build/windows/windows.sh +++ b/build/windows/windows.sh @@ -17,6 +17,7 @@ tar -cf python${PYVER}.tar \ --exclude /ucrt64/lib/python${PYVER}/tkinter \ --exclude /ucrt64/lib/python${PYVER}/turtledemo \ --exclude /ucrt64/lib/python${PYVER}/unittest \ + --exclude /ucrt64/lib/python${PYVER}/site-packages \ /ucrt64/lib/python${PYVER} ls -la python${PYVER}.tar diff --git a/build/windows/windows.xml b/build/windows/windows.xml index 8e9ba5bed..95187bfab 100644 --- a/build/windows/windows.xml +++ b/build/windows/windows.xml @@ -1,7 +1,7 @@ Zorbash Zorbash - 0.1.1 + 0.0.3 C:/msys64/home/neila/zorbash/LICENSE C:/msys64/home/neila/zorbash/build/windows/zorbash-logo.png