skip service correction on linux

This commit is contained in:
idk
2022-09-20 00:54:56 -04:00
parent 51a7f0f1d7
commit 186493b154

View File

@ -153,6 +153,8 @@ public class WinLauncher extends CopyConfigDir {
}
private static void fixServiceConfig() {
if (osName() != "windows")
return;
// If the user installed the Easy bundle before installing the
// regulalr bundle, then they have a config file which contains the
// wrong update URL. Check for it, and change it back if necessary.