How to use Sparkle in pyqt5 #2205
Replies: 3 comments 2 replies
-
I saw this tutorial, but it didn't work.
I downloaded version 2.2.0 from the official website. I hope there are bosses who have used pyqt to help. |
Beta Was this translation helpful? Give feedback.
-
You need to first figure out how to build an app bundle (with a Info.plist), bundle an Obj-C framework, and figure out the inter-opt that allows you to use such obj-c code. Once you figure that out, setting up Sparkle can be brought in the picture. Until then the problem is not that related to Sparkle. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your help Since it can't be used and the principle of automatic update is not complicated, I built a wheel myself I hope it can help people who need pyqt application to update automatically https://github.com/duolabmeng6/qtAutoUpdateApp Support MacOS system application update Support window system application update No server required Use GitHub to automatically build and publish software The client automatically checks the software resources published in GitHub and updates them automatically Use the image to optimize the domestic network to avoid the failure to download updates |
Beta Was this translation helpful? Give feedback.
-
I'm sorry to ask this question because I didn't find a solution when I read the document.
I use it. python PySide6 use pyinstaller Construction App
Can I use sparkle to update my app automatically?
Beta Was this translation helpful? Give feedback.
All reactions