Compiled exe is not running as "production" and appears to show "development" still
name: "Bug Report Template"
about: "For filing bugs. Please search for existing issues first. Also see CONTRIBUTING."
Bug Report
Current Behavior A clear and concise description of the behavior.
When running from the release, IVyTools is stating it is still in development in the top bar title.
Expected behavior/code A clear and concise description of what you expected to happen (or code).
When running from source, and IVY_ENV=development
, the Title of the app should show "(development)", else it should not show anything but the title and version, e.g. "Image Velocimetry Tools v1.0.0.0"
Possible Solution
Given that IVyTools running from the EXE works (it can see FFMPEG from either the MSI install or the ZIP archive), this is likely a logic error in the IvyTools
class near ivy.py
line 172 and 217
Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.
From the EXE during runtime: