- [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

@@ -17,7 +17,7 @@ respak2 -p || exit /b 1
echo Creando paquetes... echo Creando paquetes...
REM Crear ZIP release con exe + data.jf2 REM Crear ZIP release con exe + data.jf2
tar -a -c -f thepool_%PARAM%_win32-x64.zip thepool.exe data.jf2 bin\*.dll || exit /b 1 tar -a -c -f thepool_%PARAM%_win32-x64.zip thepool.exe data.jf2 *.dll || exit /b 1
echo Paquetes generados: echo Paquetes generados:
echo thepool_%PARAM%_win32-x64.zip echo thepool_%PARAM%_win32-x64.zip

View File

@@ -14,7 +14,7 @@ if [ -z "$GITEA_TOKEN" ]; then
fi fi
# Leer versión desde version.h # 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" echo "Versión detectada: $VERSION"
#PARAM=$1 #PARAM=$1