How to redirect maintenacetool update checker to new URL for my own application
Unsolved
Installation and Deployment
-
Hi everyone,
I am maintainer of a PyQt based application which checks for update on evrey session from a remote URL. I am planning to change the artifact hosting server for my next release. What is the best approach to redirect users to my new server? My application runs the following command at the monent:
maintenancetool --checkupdates. My current sever is a hosted as a github page. -
Hi,
The most simple would be to use a URL you have control on so you can point it to your new server.