As part of using the migration script the launcher .zip file is copied into the old launcher folder. since the test.cmd script already exists there in the old version it has to be overwritten and is then backed up as part of the old launcher files.
To solve this we renamed the scripts in the new launcher to launcher-*.cmd. As a plus this leads to them being next to each other in the file list when sorted alphabetically.
We've also change the handling of the download timeout to not cancel the download if its already running but only when the connection is timing out.
As part of using the migration script the launcher .zip file is copied into the old launcher folder. since the
test.cmd
script already exists there in the old version it has to be overwritten and is then backed up as part of the old launcher files.To solve this we renamed the scripts in the new launcher to
launcher-*.cmd
. As a plus this leads to them being next to each other in the file list when sorted alphabetically.We've also change the handling of the download timeout to not cancel the download if its already running but only when the connection is timing out.