Skip to content

EnvyUI v1.0.4

Choose a tag to compare

@Lseauk Lseauk released this 13 Jul 14:17
560e255

Build Exe Reworked launcher approach

The Build EXE function has been rebuilt from the ground up. Previously it used PyInstaller to bundle a self-contained Python environment inside the exe, which caused downloads to behave differently from the batch file (no live progress, grey scrolling text instead of the normal coloured download panel).

The exe now works as a small launcher that uses your existing Python installation — the same one the batch file uses — so downloads are identical in both. The build also produces EnvyUI.lnk alongside the exe.

To launch / pin to Start: use EnvyUI.exe (double-click or right-click → Pin to Start in File Explorer)
To pin to taskbar: right-click EnvyUI.lnk → Pin to taskbar (using the exe directly causes two icons)
Updates: in most cases only envy_launcher.py needs replacing — no rebuild required

If you have a previous install just download the updated envy_launcher.py from the main code page.