Instead of only deleting old_launcher\Launcher.exe (which was already a bit dumb since the launcher is called launcher.exe) actually delete the file where we want to move the current launcher, that way we're sure it's going to be fine even if the user has renamed it to something else
Fix #59
Instead of only deleting
old_launcher\Launcher.exe
(which was already a bit dumb since the launcher is calledlauncher.exe
) actually delete the file where we want to move the current launcher, that way we're sure it's going to be fine even if the user has renamed it to something else