You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): replace __file__ with os.getcwd() in spec file
__file__ is not available in PyInstaller spec file namespace
because PyInstaller uses exec() to run the spec. Use os.getcwd()
to get the repository root directory instead.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments