Update build scripts to handle new version format

This commit is contained in:
Veronica Berglyd Olsen
2024-01-23 19:57:27 +01:00
parent b33a3b480d
commit 415f1a1d1a
3 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ echo "Build Dir: $BUILD_DIR"
pushd "$SRC_DIR" || exit 1
VERSION="$(python3 pkgutils.py version -c)"
VERSION="$(python3 pkgutils.py version)"
echo "novelWriter Version: $VERSION"
# --- Prepare Files ----------------------------------------------------------------------------- #