This change is necessary since wget makes requests without waiting for javascript to execute. On github releases pages, if the list of assets is long, a request is made for retrieving the assets that will not be in the list wget would have.
The new link is a REST API link that consistently gets the assets of the latest release.
This change is necessary since wget makes requests without waiting for javascript to execute. On github releases pages, if the list of assets is long, a request is made for retrieving the assets that will not be in the list wget would have.
The new link is a REST API link that consistently gets the assets of the latest release.