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