fixed -debugMode argument

This commit is contained in:
WeeXnes 2024-02-29 08:31:06 +01:00
parent 9c4f2c6138
commit e2525e253a
3 changed files with 3 additions and 3 deletions

View file

@ -45,12 +45,12 @@ namespace WeeXnes
Console.Data.Formatting.timestamp_prefix = true; Console.Data.Formatting.timestamp_prefix = true;
SetExceptionHandler(); SetExceptionHandler();
CheckForDebugMode(); CheckForDebugMode();
CheckStartupArgs(e.Args);
CheckUpdatedFiles(); CheckUpdatedFiles();
CheckForFolder(); CheckForFolder();
LoadSettings(); LoadSettings();
SaveSettingsHandler.SetupSaveEvents(); SaveSettingsHandler.SetupSaveEvents();
LoadFiles(); LoadFiles();
CheckStartupArgs(e.Args);
} }
private void CheckUpdatedFiles() private void CheckUpdatedFiles()

View file

@ -8,7 +8,7 @@ namespace WeeXnes.Core
{ {
public class Information public class Information
{ {
public const string Version = "4.5.1.3"; public const string Version = "4.5.1.4";
public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_";
public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest";
} }

View file

@ -4,7 +4,7 @@
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<Version>4.5.1.3</Version> <Version>4.5.1.4</Version>
<ProjectGuid>{4B33CEE7-C74D-43B9-B99A-8B273D5195BC}</ProjectGuid> <ProjectGuid>{4B33CEE7-C74D-43B9-B99A-8B273D5195BC}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<RootNamespace>WeeXnes</RootNamespace> <RootNamespace>WeeXnes</RootNamespace>