[Bug]: USER_GUIDE.md missing on Windows #32
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
App version
0.1.3
Platform
Windows
Steps to reproduce
HelpExpected behavior
User guide displayed to the user
Actual behavior
The workbench renders correctly but in the area where the user guide should display is the following message:
Additional context
Only an issue on Windows.
Fixed on branch
0.1.23/issue-61-windows-release(release 0.1.24).Root cause: Nuitka 4.x Windows onefile builds often omit
sys.frozen, sobundle_root()fell through toproject_root()— four levels aboveresource_paths.pyinside the versioned unpack tree — which landed on the product folder instead of the versioned cache directory whereresources/help/USER_GUIDE.mdis unpacked.Fix:
is_frozen_runtime()treats__compiled__as a frozen signal;bundle_root()walks unpack anchors, scans versioned onefile cache dirs, and only usesproject_root()whenpyproject.tomlis present. CI verifies bundled resources via--bio-packaging-self-testbefore publish.Closing as resolved by the Windows packaging work in PR for #61.