updated bundle images

This commit is contained in:
creepereater201
2026-06-20 18:38:57 +01:00
parent e915de4b69
commit c87a6419a7
9 changed files with 64 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 KiB

After

Width:  |  Height:  |  Size: 776 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,21 @@
@echo off
setlocal
set "HERE=%~dp0"
set "HERE=%HERE:~0,-1%"
set "REPO=%HERE%\..\..\.."
where python >nul 2>nul
if %errorlevel%==0 (
set "PY=python"
) else (
set "PY=py -3"
)
%PY% "%REPO%\scripts\make_bundle_preview.py" --bundle-dir "%HERE%"
if errorlevel 1 (
echo.
echo Failed.
pause
exit /b 1
)
echo.
echo Created "%HERE%\preview.png"
pause

Binary file not shown.

Before

Width:  |  Height:  |  Size: 622 KiB

After

Width:  |  Height:  |  Size: 766 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB