Fix Windows versioning as well.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-07-31 10:16:17 +12:00
parent 6c4bb6ddeb
commit 009e8a32bb
6 changed files with 53 additions and 39 deletions

View file

@ -137,12 +137,11 @@ else
touch Release
fi
cd "$BASEDIR"/subsurface
# libdivecomputer
# ensure the git submodule is present and the autotools are set up
cd "$BASEDIR"/subsurface
if [ ! -d libdivecomputer/src ] ; then
git submodule init
git submodule update --recursive