diff --git a/Knossos.NET/Classes/Knossos.cs b/Knossos.NET/Classes/Knossos.cs index 47e0b7df..ba3964d3 100644 --- a/Knossos.NET/Classes/Knossos.cs +++ b/Knossos.NET/Classes/Knossos.cs @@ -196,7 +196,7 @@ private static async void CleanUpdateFiles() await Task.Delay(2000); if(KnUtils.IsAppImage && File.Exists(KnUtils.AppImagePath + ".old")) { - File.Delete(KnUtils.AppImagePath + "old"); + File.Delete(KnUtils.AppImagePath + ".old"); } /*No cleanup is needed for the other versions