- [FIX] Arreglos varios del sistema de publicació

This commit is contained in:
2026-03-25 10:02:22 +01:00
parent 6ec8c2a7d7
commit 3fef11158b
4 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ if [ -z "$GITEA_TOKEN" ]; then
fi
# Leer versión desde version.h
VERSION=$(grep '#define VERSIO' versio.h | sed 's/.*"\(.*\)".*/\1/')
VERSION=$(grep '#define VERSIO' source/versio.h | sed 's/.*"\(.*\)".*/\1/')
echo "Versión detectada: $VERSION"
#PARAM=$1