- [FIX] Scripts de publicació

This commit is contained in:
2026-03-21 11:46:47 +01:00
parent 74cb8cb0f8
commit 4774a1a806
2 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ REM Crear ZIP release con mini.exe + DLLs
tar -a -c -f mini_%PARAM%_windows_release.zip mini.exe bin\*.dll || exit /b 1
REM Crear ZIP debug solo con mini_debug.exe
tar -a -c -f mini_%PARAM%_windows_debug.zip mini_debug.exe || exit /b 1
tar -a -c -f mini_%PARAM%_windows_debug.zip mini_debug.exe bin\*.dll || exit /b 1
echo Paquetes generados:
echo mini_%PARAM%_windows_release.zip