Skip to content

Commit

Permalink
Fix release dir for MetaGen
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin committed Sep 8, 2024
1 parent a6f7105 commit 917ffda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MapUpconverter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Global
{B8133A09-958D-4129-935E-5AAC2AF91B69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8133A09-958D-4129-935E-5AAC2AF91B69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8133A09-958D-4129-935E-5AAC2AF91B69}.Release|Any CPU.Build.0 = Release|Any CPU
{3D78D50E-185D-467D-9F1A-B15FEDD677A2}.CLIOnlyRelease|Any CPU.ActiveCfg = Release|Any CPU
{3D78D50E-185D-467D-9F1A-B15FEDD677A2}.CLIOnlyRelease|Any CPU.Build.0 = Release|Any CPU
{3D78D50E-185D-467D-9F1A-B15FEDD677A2}.CLIOnlyRelease|Any CPU.ActiveCfg = CLIOnlyRelease|Any CPU
{3D78D50E-185D-467D-9F1A-B15FEDD677A2}.CLIOnlyRelease|Any CPU.Build.0 = CLIOnlyRelease|Any CPU
{3D78D50E-185D-467D-9F1A-B15FEDD677A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D78D50E-185D-467D-9F1A-B15FEDD677A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D78D50E-185D-467D-9F1A-B15FEDD677A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
1 change: 1 addition & 0 deletions MetaGen/MetaGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;CLIOnlyRelease</Configurations>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MetaGen/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static void Main(string[] args)
if (args.Length < 2)
{
Console.WriteLine("Usage (single mode): MetaGen <.m2 or .wmo file>");
Console.WriteLine("Usage (full run mode): MetaGen <meta folder> <CASC product> (WoW folder or CDN host)");
Console.WriteLine("Usage (full run mode, requires additional libraries compiled separately): MetaGen <meta folder> <CASC product> (WoW folder or CDN host)");
Console.WriteLine("Press enter to exit.");
Console.ReadLine();
return;
Expand Down

0 comments on commit 917ffda

Please sign in to comment.