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 2674525 commit 4e7e3efCopy full SHA for 4e7e3ef
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/")
+ manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF")
254
update_info = manager.check_for_updates()
255
256
if not update_info:
0 commit comments