Fix Windows/macOS packaging and improve UI#1
Merged
Conversation
- Bundle pythonnet/clr_loader for Windows (fixes Python.Runtime.dll crash) - Exclude .NET DLLs from UPX compression to prevent corruption - Disable UPX on macOS (breaks ad-hoc signatures and arm64 binaries) - Guard platform-specific hidden imports (PyObjC on macOS, pythonnet on Windows) - Add explicit platform deps in CI (pythonnet for Windows, pyobjc-framework-WebKit for macOS) - Add native crash dialog + log file for frozen bundles (Windows MessageBox, macOS osascript) - Replace unreliable native menu About with in-page header button - Add Wuggy bird logo and subtle gradient to header Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pythonnetandclr_loadersoPython.Runtime.dllis included in the PyInstaller build (fixes theRuntimeErroron startup).NETDLLs from UPX compression on Windows; disable UPX entirely on macOS where it breaks ad-hoc code signatures and arm64 binariesMessageBox/ macOSosascriptalert) and writewuggy_crash.logwhen the frozen app fails to start — previouslyconsole=Falsesilently swallowed all errorspyobjc-framework-WebKitfor macOS,pythonnetfor Windows)--browsermode — now a single ℹ button in the header works everywhereTest plan
.zipvia PyInstaller and verifyWuggy.exelaunches without thePython.Runtime.dllerror.appvia PyInstaller and verify it launches on both Intel and Apple Silicon--browsermode and confirm About dialog works there too🤖 Generated with Claude Code