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