Add UPX compression - 80% binary size reduction

Binary size: 5.1MB → 1.6MB (stripped + UPX --best --lzma)

Changes:
- Updated binary with UPX compression
- Added UPX to GitHub Actions build workflow
- Documented UPX compression in README and BUILD.md
- No functionality loss, no performance penalty
- Decompresses automatically on execution

Benefits:
- Faster downloads
- Less storage/bandwidth usage
- Same performance (decompresses to RAM)
- Fully reversible (upx -d)
This commit is contained in:
Krystie
2026-04-01 04:14:09 -07:00
parent 6205018dd1
commit 9bc2f7be11
4 changed files with 22 additions and 2 deletions
BIN
View File
Binary file not shown.