- [FIX] Ficar dlls on fan falta

- [FIX] Llevades les dlls que ja no fan falta
This commit is contained in:
2026-03-25 10:23:09 +01:00
parent d362eef8bf
commit 92b4e4472f
4 changed files with 7 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -16,12 +16,18 @@ make windows_debug || exit /b 1
echo Creando paquetes...
copy bin\SDL3.dll .
copy bin\libwinpthread-1.dll .
REM Crear ZIP release con mini.exe + DLLs
tar -a -c -f mini_%PARAM%_win32-x64_release.zip mini.exe *.dll || exit /b 1
REM Crear ZIP debug solo con mini_debug.exe
tar -a -c -f mini_%PARAM%_win32-x64_debug.zip mini_debug.exe *.dll || exit /b 1
del SDL3.dll
del libwinpthread-1.dll
echo Paquetes generados:
echo mini_%PARAM%_win32-x64_release.zip
echo mini_%PARAM%_win32-x64_debug.zip

View File

@@ -14,7 +14,7 @@ echo "Versión detectada: $VERSION"
# Datos Windows
WIN_USER="raimon"
WIN_HOST="192.168.1.51"
WIN_HOST="tonlab19"
WIN_PATH_SSH="C:\Users\raimon\dev\mini"
WIN_PATH_SCP="C:/Users/Raimon/dev/mini"