Skip to content

Commit 6148f17

Browse files
committed
Update update manager URL to point to the latest release download
1 parent 2bd1c7e commit 6148f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ def update_app():
249249
"""Check for updates and apply them if available."""
250250
try:
251251
# 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")
252+
# Point to the latest release download URL
253+
manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/download/releases.win.json")
254254
update_info = manager.check_for_updates()
255255

256256
if not update_info:

0 commit comments

Comments
 (0)