- [FIX] Ficar dlls on fan falta
- [FIX] Llevades les dlls que ja no fan falta
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -16,12 +16,18 @@ make windows_debug || exit /b 1
|
|||||||
|
|
||||||
echo Creando paquetes...
|
echo Creando paquetes...
|
||||||
|
|
||||||
|
copy bin\SDL3.dll .
|
||||||
|
copy bin\libwinpthread-1.dll .
|
||||||
|
|
||||||
REM Crear ZIP release con mini.exe + DLLs
|
REM Crear ZIP release con mini.exe + DLLs
|
||||||
tar -a -c -f mini_%PARAM%_win32-x64_release.zip mini.exe *.dll || exit /b 1
|
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
|
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
|
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 Paquetes generados:
|
||||||
echo mini_%PARAM%_win32-x64_release.zip
|
echo mini_%PARAM%_win32-x64_release.zip
|
||||||
echo mini_%PARAM%_win32-x64_debug.zip
|
echo mini_%PARAM%_win32-x64_debug.zip
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ echo "Versión detectada: $VERSION"
|
|||||||
|
|
||||||
# Datos Windows
|
# Datos Windows
|
||||||
WIN_USER="raimon"
|
WIN_USER="raimon"
|
||||||
WIN_HOST="192.168.1.51"
|
WIN_HOST="tonlab19"
|
||||||
WIN_PATH_SSH="C:\Users\raimon\dev\mini"
|
WIN_PATH_SSH="C:\Users\raimon\dev\mini"
|
||||||
WIN_PATH_SCP="C:/Users/Raimon/dev/mini"
|
WIN_PATH_SCP="C:/Users/Raimon/dev/mini"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user