2 Commits
v1.7 ... master

Author SHA1 Message Date
9999e7d33a - [FIX] Ajustada publicació 2026-03-25 10:34:45 +01:00
3fef11158b - [FIX] Arreglos varios del sistema de publicació 2026-03-25 10:02:22 +01:00
4 changed files with 3 additions and 3 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

@@ -6,7 +6,7 @@ set -e
# exit 1 # exit 1
#fi #fi
GITEA_TOKEN="eb44d9c0142f5038c61c5afd17f5a41177bfaedc" #GITEA_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
if [ -z "$GITEA_TOKEN" ]; then if [ -z "$GITEA_TOKEN" ]; then
echo "ERROR: Debes exportar GITEA_TOKEN" echo "ERROR: Debes exportar GITEA_TOKEN"
@@ -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