How can I get this project working in PySide6 Qt for Python and PyInstaller #2402
Replies: 2 comments 2 replies
-
Is there a way to debug Sparkle? I'm not seeing entries into my mac os x console app. |
Beta Was this translation helpful? Give feedback.
-
You're also not placing the framework in a valid location. It should be at
The appcast doesn't seem to currently contain any signing info. Not familiar with python objc bindings, but make sure |
Beta Was this translation helpful? Give feedback.
-
I'm able to get the latest
Sparkle.framework
into the *.app bundle located inResources/FrameWorks/Sparkle.framework
.In the info_plist file I have the following items set
I'm serving the appcast.xml from
https://localhost:3000/appcast.xml
I'm using a generic xmlIn the python file I'm loading the framework
The app starts correctly without an error, but the mock server, serving the app cast does not get a request, and the dialog to update does not show up... not sure what else I may need to do.
Beta Was this translation helpful? Give feedback.
All reactions