Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_simple.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if errorlevel 1 (
echo BUILD FAILED!
echo ========================================
echo.
echo Install requirements first (two steps):
echo Install requirements first ^(two steps^):
echo 1. pip install -r requirements.txt
echo 2. pip install steam==1.4.4 --no-deps
echo.
Expand Down
10 changes: 5 additions & 5 deletions build_simple_gui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ echo.

REM Suppress pkg_resources deprecation from PyInstaller/build deps so log stays clean
set PYTHONWARNINGS=ignore::UserWarning
python -m PyInstaller build_sff_gui.spec
python -m PyInstaller build_sff_gui.spec --noconfirm

if errorlevel 1 (
echo.
echo ========================================
echo BUILD FAILED!
echo ========================================
echo.
echo Install requirements first (two steps):
echo Install requirements first ^(two steps^):
echo 1. pip install -r requirements.txt
echo 2. pip install steam==1.4.4 --no-deps
echo.
Expand All @@ -59,9 +59,9 @@ echo Folder: dist\SteaMidra_GUI\
echo Executable: dist\SteaMidra_GUI\SteaMidra_GUI.exe
echo.

if exist "dist\SteaMidra_GUI\SteaMidra_GUI.exe" (
python -c "import os; size = sum(os.path.getsize(os.path.join(r,f)) for r,d,files in os.walk('dist/SteaMidra_GUI') for f in files); print(f'Total size: {size / (1024*1024):.1f} MB')"
)
if not exist "dist\SteaMidra_GUI\SteaMidra_GUI.exe" goto :skipsize
python -c "import os; size = sum(os.path.getsize(os.path.join(r,f)) for r,d,files in os.walk('dist/SteaMidra_GUI') for f in files); print(f'Total size: {size / 1048576:.1f} MB')"
:skipsize

echo.
echo You can now run: dist\SteaMidra_GUI\SteaMidra_GUI.exe
Expand Down
186 changes: 0 additions & 186 deletions sff/webui/css/animations.css

This file was deleted.

Loading