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 54bb100 commit 3bbfc88Copy full SHA for 3bbfc88
main.py
@@ -250,7 +250,7 @@ def update_app():
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/releases/latest/download/")
+ manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/")
254
update_info = manager.check_for_updates()
255
256
if not update_info:
0 commit comments