Devlogs
1.3.2
v1.3.2
New Features
- Added UPX compression support — if
upx.exe is placed next to builder.bat, builder asks before each build whether to compress the EXE (30-50% size reduction)
- Added Windows Defender detection before build — checks if Defender is active and if build folder is excluded from real-time scanning
- Added automatic Defender exclusion — builder can add the build folder to Defender exclusions automatically (requires Administrator)
- Added post-build antivirus check — waits 3 seconds after build and checks if EXE was deleted by antivirus, shows recovery instructions if so
- Added EXE size display after successful build in bytes
- Added UPX status in main menu — shows
Found or Not found next to UPX line
Bug Fixes
- Fixed Python auto-detection logic — previous code had inverted logic that could leave
PY set to python even when python command was unavailable
- Fixed version display — now uses
!pyver! with delayed expansion instead of %pyver% which could show empty value
- Added early exit if neither
python nor py command is found, with clear error message and download link