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
647
647
###############################################################################
648
648
# Execute the following to build the release
649
649
###############################################################################
650
+ sed -i "s/<version>.*/<version>$MYVER <\/version>/g" build/windows/windows.xml
650
651
(cd build/windows/ ; ./windows.sh)
651
652
%%
652
653
chmod +x zorbash-create-release.sh
653
654
654
655
cat > zorbash.sh << %%
656
+
655
657
#!/bin/sh
656
658
###############################################################################
657
659
# 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 \
17
17
--exclude /ucrt64/lib/python${PYVER} /tkinter \
18
18
--exclude /ucrt64/lib/python${PYVER} /turtledemo \
19
19
--exclude /ucrt64/lib/python${PYVER} /unittest \
20
+ --exclude /ucrt64/lib/python${PYVER} /site-packages \
20
21
/ucrt64/lib/python${PYVER}
21
22
22
23
ls -la python${PYVER} .tar
Original file line number Diff line number Diff line change 1
1
<project >
2
2
<shortName >Zorbash</shortName >
3
3
<fullName >Zorbash</fullName >
4
- <version >0.1.1 </version >
4
+ <version >0.0.3 </version >
5
5
<installerFilename ></installerFilename >
6
6
<licenseFile >C:/msys64/home/neila/zorbash/LICENSE</licenseFile >
7
7
<logoImage >C:/msys64/home/neila/zorbash/build/windows/zorbash-logo.png</logoImage >
You can’t perform that action at this time.
0 commit comments