Skip to content

Commit

Permalink
add script to create the release
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Jun 10, 2023
1 parent 3115f4d commit 6016dd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -647,11 +647,13 @@ then
###############################################################################
# Execute the following to build the release
###############################################################################
sed -i "s/<version>.*/<version>$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
Expand Down
1 change: 1 addition & 0 deletions build/windows/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/windows/windows.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project>
<shortName>Zorbash</shortName>
<fullName>Zorbash</fullName>
<version>0.1.1</version>
<version>0.0.3</version>
<installerFilename></installerFilename>
<licenseFile>C:/msys64/home/neila/zorbash/LICENSE</licenseFile>
<logoImage>C:/msys64/home/neila/zorbash/build/windows/zorbash-logo.png</logoImage>
Expand Down

0 comments on commit 6016dd3

Please sign in to comment.