Fix PoE1 3.29 updater and macOS display scaling - #3
Conversation
Bump the bundled PoE1 tree to v2.66.2 so sha2.lua is present in newly packaged apps. Rewrite runtime/lua manifest entries to a macOS-only updater part under App Support and search that Lua path before the bundled fallback.
Disable the macOS high-resolution backing surface and filter PoB's DPI_AWARE renderer flag in the wrapper. This avoids the external-display startup state where SimpleGraphic renders into the lower-left quadrant until the window is dragged across monitors.
|
I hit this from the user side (needed 2.66.2 on macOS, The update path filters the file out by platform, three steps in:
So an in-app update on macOS advances That matters in 2.66.2 because One detail worth knowing for reproducing it: the breakage is not at launch.
Which lines up with what this branch does: routing upstream On the artifact from this branch (run |
Summary
Fixes #2.
Validation