Skip to content

Commit 9aa903b

Browse files
committed
Update update manager URL to point to the latest release directory
1 parent 6148f17 commit 9aa903b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def update_app():
250250
try:
251251
# Check for updates from GitHub releases
252252
# Point to the latest release download URL
253-
manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/download/releases.win.json")
253+
manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/download/")
254254
update_info = manager.check_for_updates()
255255

256256
if not update_info:

0 commit comments

Comments
 (0)