Fixed typo

This commit is contained in:
erri120 2019-11-17 14:44:32 +01:00
parent eed53e38df
commit 76db3cafea
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135
2 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@ namespace Wabbajack.Common
}, },
RequiredFiles = new List<string> RequiredFiles = new List<string>
{ {
"DefEd\\bin\\SuppportTool.exe" "DefEd\\bin\\SupportTool.exe"
} }
} }
}, },
@ -263,7 +263,7 @@ namespace Wabbajack.Common
}, },
RequiredFiles = new List<string> RequiredFiles = new List<string>
{ {
"bin\\SuppportTool.exe" "bin\\SupportTool.exe"
} }
} }
}, },

View File

@ -17,6 +17,7 @@
<NuGetPackageImportStamp> <NuGetPackageImportStamp>
</NuGetPackageImportStamp> </NuGetPackageImportStamp>
<IsWebBootstrapper>false</IsWebBootstrapper> <IsWebBootstrapper>false</IsWebBootstrapper>
<XamlDebuggingInformation>True</XamlDebuggingInformation>
<PublishUrl>publish\</PublishUrl> <PublishUrl>publish\</PublishUrl>
<Install>true</Install> <Install>true</Install>
<InstallFrom>Disk</InstallFrom> <InstallFrom>Disk</InstallFrom>
@ -31,7 +32,6 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
<XamlDebuggingInformation>True</XamlDebuggingInformation>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>