We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd1c7e commit 6148f17Copy full SHA for 6148f17
main.py
@@ -249,8 +249,8 @@ def update_app():
249
"""Check for updates and apply them if available."""
250
try:
251
# Check for updates from GitHub releases
252
- # GitHub Actions will upload release files to the latest release
253
- manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF")
+ # Point to the latest release download URL
+ manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/download/releases.win.json")
254
update_info = manager.check_for_updates()
255
256
if not update_info:
0 commit comments