Skip to content

Commit 4e7e3ef

Browse files
committed
Debug: Fix update manager URL by removing trailing slash
1 parent 2674525 commit 4e7e3ef

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/")
253+
manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF")
254254
update_info = manager.check_for_updates()
255255

256256
if not update_info:

0 commit comments

Comments
 (0)