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 6148f17 commit 9aa903bCopy full SHA for 9aa903b
main.py
@@ -250,7 +250,7 @@ def update_app():
250
try:
251
# Check for updates from GitHub releases
252
# Point to the latest release download URL
253
- manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/download/releases.win.json")
+ manager = velopack.UpdateManager("https://github.com/kelltom/ChiselPDF/releases/latest/download/")
254
update_info = manager.check_for_updates()
255
256
if not update_info:
0 commit comments