Skip to content

Commit 3bbfc88

Browse files
committed
Update update manager URL to point to the latest release directory
1 parent 54bb100 commit 3bbfc88

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
# GitHub Actions will upload release files to the latest release
253-
manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/download/")
253+
manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/")
254254
update_info = manager.check_for_updates()
255255

256256
if not update_info:

0 commit comments

Comments
 (0)