From 3fef11158bf46659061cbb8957d71f9375e12a08 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Wed, 25 Mar 2026 10:02:22 +0100 Subject: [PATCH] =?UTF-8?q?-=20[FIX]=20Arreglos=20varios=20del=20sistema?= =?UTF-8?q?=20de=20publicaci=C3=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/SDL3.dll => SDL3.dll | Bin do_release.bat | 2 +- bin/libwinpthread-1.dll => libwinpthread-1.dll | Bin publish_gitea.sh | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename bin/SDL3.dll => SDL3.dll (100%) rename bin/libwinpthread-1.dll => libwinpthread-1.dll (100%) diff --git a/bin/SDL3.dll b/SDL3.dll similarity index 100% rename from bin/SDL3.dll rename to SDL3.dll diff --git a/do_release.bat b/do_release.bat index 633109f..8a1fb23 100644 --- a/do_release.bat +++ b/do_release.bat @@ -17,7 +17,7 @@ respak2 -p || exit /b 1 echo Creando paquetes... 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 thepool_%PARAM%_win32-x64.zip diff --git a/bin/libwinpthread-1.dll b/libwinpthread-1.dll similarity index 100% rename from bin/libwinpthread-1.dll rename to libwinpthread-1.dll diff --git a/publish_gitea.sh b/publish_gitea.sh index ad22e1f..2958316 100755 --- a/publish_gitea.sh +++ b/publish_gitea.sh @@ -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