Merge pull request #1321 from ROBERT-MCDOWELL/v25

v25.12.15
This commit is contained in:
ROBERT MCDOWELL
2025-12-14 08:50:24 -08:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
ARG PYTHON_VERSION=3.12
FROM python:${PYTHON_VERSION}-slim-bookworm
ARG APP_VERSION=25.12.12
ARG APP_VERSION=25.25.25
LABEL org.opencontainers.image.title="ebook2audiobook" \
org.opencontainers.image.description="Generate audiobooks from e-books, voice cloning & 1158 languages!" \
org.opencontainers.image.version="${APP_VERSION}" \

View File

@@ -333,7 +333,6 @@ if not "%OK_PROGRAMS%"=="0" (
where /Q python && set PY_FOUND=1
where /Q python3 && set PY_FOUND=1
where /Q py && set PY_FOUND=1
if not defined PY_FOUND (
echo %ESC%[31m=============== %%p installation failed.%ESC%[0m
goto :failed