createrelease; should check windows installer before Makefile is changed to release mode

This commit is contained in:
Daniel Marjamäki 2021-07-04 08:52:38 +02:00
parent 0a715c695f
commit 6d777368c9
1 changed files with 2 additions and 2 deletions

View File

@ -37,12 +37,12 @@
# egrep "2\.[0-9]+" */*.h */*.cpp man/*.md | grep -v "test/test" | less
# git commit -a -m "1.43: Set versions"
#
# Build and test the windows installer
#
# Update the Makefile:
# make dmake && ./dmake --release
# git commit -a -m "1.43: Updated Makefile"
#
# Build and test the windows installer
#
# Tag:
# git tag 1.43
# git push --tags