diff --git a/core/src/main/java/com/seibel/distanthorizons/core/jar/updater/SelfUpdater.java b/core/src/main/java/com/seibel/distanthorizons/core/jar/updater/SelfUpdater.java index d1e3b2219..a2b4aa73f 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/jar/updater/SelfUpdater.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/jar/updater/SelfUpdater.java @@ -317,7 +317,7 @@ public class SelfUpdater // Execute the new jar, to delete the old jar once it detects the lock has been lifted Runtime.getRuntime().exec( - javaBin +" -cp "+ + "\""+ javaBin +"\" -cp "+ newFileLocation.getAbsolutePath() +" "+ DeleteOnUnlock.class.getCanonicalName()