Skip to content

LumaViewPro v0.9.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@tnerdi tnerdi released this 07 Sep 12:49
· 237 commits to main since this release
e8bef95

Windows executable compiled with PyInstaller. Two versions of the same executable presented here:

  • with the --onefile option
  • without the --onefile option.

The --onefile option in PyInstaller enables the packaging of a Python application and all its dependencies into a single executable file. This simplifies distribution and installation, eliminating the need for end-users to manage multiple files.

However, this comes at the expense of increased startup time. In one instance of testing, the startup time was 6 seconds for the multiple-file version and 28 seconds for the single-file version.

The multiple-file version is attached here as a compressed folder while the single-file version is attached here uncompressed.