fixed -debugMode argument
This commit is contained in:
parent
9c4f2c6138
commit
e2525e253a
3 changed files with 3 additions and 3 deletions
|
@ -45,12 +45,12 @@ namespace WeeXnes
|
|||
Console.Data.Formatting.timestamp_prefix = true;
|
||||
SetExceptionHandler();
|
||||
CheckForDebugMode();
|
||||
CheckStartupArgs(e.Args);
|
||||
CheckUpdatedFiles();
|
||||
CheckForFolder();
|
||||
LoadSettings();
|
||||
SaveSettingsHandler.SetupSaveEvents();
|
||||
LoadFiles();
|
||||
CheckStartupArgs(e.Args);
|
||||
}
|
||||
|
||||
private void CheckUpdatedFiles()
|
||||
|
|
|
@ -8,7 +8,7 @@ namespace WeeXnes.Core
|
|||
{
|
||||
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 ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest";
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<Version>4.5.1.3</Version>
|
||||
<Version>4.5.1.4</Version>
|
||||
<ProjectGuid>{4B33CEE7-C74D-43B9-B99A-8B273D5195BC}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>WeeXnes</RootNamespace>
|
||||
|
|
Loading…
Add table
Reference in a new issue