Skip to content

Commit 6016dd3

Browse files
committed
add script to create the release
1 parent 3115f4d commit 6016dd3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

build/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

build/windows/windows.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2223
ls -la python${PYVER}.tar

build/windows/windows.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)