From 90d452014b85935aef0148576970d60a096fb377 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Mon, 6 Jul 2026 16:04:00 +1000 Subject: [PATCH] Forgot to update the README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13ad3cd..aed6d17 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,14 @@ optional arguments: ``` ## Build an exe -`pip install pyinstaller` -`pyinstaller ifstools_bin.py --onefile -n ifstools` -Recommend doing this in a fresh venv so the module finder doesn't include more than required. +```shell +uv venv --clear +uv pip install . pyinstaller==6.19.0 +uv run pyinstaller --onefile --name ifstools ifstools_bin.py +``` Notes: -- dxt5 texture repacking is not fully supported - they will silently be converted to argb8888rev +- argb8888rev and dxt5 can be repacked. Other formats will silently be converted to argb8888rev Todo: - Recursive repacking for ifs inside ifs