From 541d1b4bca2028e0da341e69e5195f2fcc9adac2 Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Mon, 16 Mar 2020 14:11:48 +0100 Subject: [PATCH] Change install check to .dll --- UpTool2/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpTool2/Program.cs b/UpTool2/Program.cs index ef57387..e04b310 100644 --- a/UpTool2/Program.cs +++ b/UpTool2/Program.cs @@ -65,7 +65,7 @@ namespace UpTool2 Online = Ping(metaXml); #if !DEBUG - if (Application.ExecutablePath != PathTool.GetRelative("Install", "UpTool2.exe")) + if (Application.ExecutablePath != PathTool.GetRelative("Install", "UpTool2.dll")) { if (!Online) throw new WebException("Could fetch Metadata (are you online?)");