- [FIX] Arreglos varios del sistema de publicació
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user