File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -647,11 +647,13 @@ then
647647###############################################################################
648648# Execute the following to build the release
649649###############################################################################
650+ sed -i "s/<version>.*/<version>$MYVER <\/version>/g" build/windows/windows.xml
650651(cd build/windows/ ; ./windows.sh)
651652%%
652653 chmod +x zorbash-create-release.sh
653654
654655 cat > zorbash.sh << %%
656+
655657#!/bin/sh
656658###############################################################################
657659# Execute the following, or run ./zorbash.sh
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ tar -cf python${PYVER}.tar \
1717 --exclude /ucrt64/lib/python${PYVER} /tkinter \
1818 --exclude /ucrt64/lib/python${PYVER} /turtledemo \
1919 --exclude /ucrt64/lib/python${PYVER} /unittest \
20+ --exclude /ucrt64/lib/python${PYVER} /site-packages \
2021 /ucrt64/lib/python${PYVER}
2122
2223ls -la python${PYVER} .tar
Original file line number Diff line number Diff line change 11<project >
22 <shortName >Zorbash</shortName >
33 <fullName >Zorbash</fullName >
4- <version >0.1.1 </version >
4+ <version >0.0.3 </version >
55 <installerFilename ></installerFilename >
66 <licenseFile >C:/msys64/home/neila/zorbash/LICENSE</licenseFile >
77 <logoImage >C:/msys64/home/neila/zorbash/build/windows/zorbash-logo.png</logoImage >
You can’t perform that action at this time.
0 commit comments