diff --git a/PoE-MxFilterGen/main.cs b/PoE-MxFilterGen/main.cs index 97d69b1..fba1a79 100644 --- a/PoE-MxFilterGen/main.cs +++ b/PoE-MxFilterGen/main.cs @@ -33,7 +33,7 @@ namespace PoE_MxFilterGen public static int sprog = 0; public static int stotal = 0; - public static bool deb = false; + public static bool deb = true; public class REMVAR { @@ -68,7 +68,7 @@ namespace PoE_MxFilterGen web.DownloadFile("https://raw.githubusercontent.com/mikxqc/PoE-MxFilter-Data/master/json/mxfiltergen_temp_settings.json", "settings.json"); } - web.DownloadFile("https://raw.githubusercontent.com/mikxqc/PoE-MxFilter-Data/master/bin/mxfiltergen_updater.exe", "PoE-MxFilterGen-Updater.exe"); + //web.DownloadFile("https://raw.githubusercontent.com/mikxqc/PoE-MxFilter-Data/master/bin/mxfiltergen_updater.exe", "PoE-MxFilterGen-Updater.exe"); msg.Splash(); @@ -88,9 +88,10 @@ namespace PoE_MxFilterGen // Check for updates string remote_version = web.ReadString(@"https://raw.githubusercontent.com/mikxqc/PoE-MxFilter-Data/master/txt/mxfiltergen_version.txt"); - if (version != remote_version && deb == false) + //msg.CMW(remote_version,true,3); + if (deb == false) { - Process.Start("PoE-MxFilterGen-Updater.exe"); + //Process.Start("PoE-MxFilterGen-Updater.exe"); //Process.GetCurrentProcess().Kill(); } else { diff --git a/PoE-MxFilterGen/obj/Debug/mxfiltergen.exe b/PoE-MxFilterGen/obj/Debug/mxfiltergen.exe index 29d7889..c7b824f 100644 Binary files a/PoE-MxFilterGen/obj/Debug/mxfiltergen.exe and b/PoE-MxFilterGen/obj/Debug/mxfiltergen.exe differ diff --git a/PoE-MxFilterGen/obj/Debug/mxfiltergen.pdb b/PoE-MxFilterGen/obj/Debug/mxfiltergen.pdb index f756bca..3d01962 100644 Binary files a/PoE-MxFilterGen/obj/Debug/mxfiltergen.pdb and b/PoE-MxFilterGen/obj/Debug/mxfiltergen.pdb differ