Skip to content

Commit

Permalink
Fixed Export formats
Browse files Browse the repository at this point in the history
  • Loading branch information
VelouriasMoon committed May 11, 2021
1 parent 2141ea5 commit 8a44c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HKCLTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private static void ExportFile(hkRootLevelContainer hkfile, string outformat, st
{
outpath = outpath.Replace(Path.GetExtension(outpath), "");

if (outformat == "-json")
if (outformat == "json")
{
if (File.Exists(outpath + ".json"))
File.Delete(outpath + ".json");
Expand All @@ -236,7 +236,7 @@ private static void ExportFile(hkRootLevelContainer hkfile, string outformat, st
else
{
HKXHeader header;
if (outformat == "-hknx")
if (outformat == "hknx")
header = HKXHeader.BotwNx();
else
header = HKXHeader.BotwWiiu();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>True|2021-04-30T16:44:49.1586981Z;True|2021-04-24T01:23:40.2792064-03:00;True|2021-04-17T05:12:04.5327194-03:00;True|2021-04-17T04:37:31.1793886-03:00;True|2021-04-17T04:32:56.0358574-03:00;True|2021-04-16T19:54:20.8365025-03:00;True|2021-04-16T19:44:57.4662415-03:00;True|2021-04-16T19:42:35.9307953-03:00;True|2021-04-16T19:42:20.8728659-03:00;True|2021-04-16T19:40:31.4475127-03:00;True|2021-04-16T19:40:19.6826907-03:00;True|2021-04-16T19:38:00.1972232-03:00;True|2021-04-16T19:37:31.5558750-03:00;True|2021-04-16T19:36:48.3484571-03:00;True|2021-04-16T19:34:23.1825671-03:00;False|2021-04-16T19:32:45.6776276-03:00;</History>
<History>True|2021-05-11T07:20:15.6853881Z;True|2021-04-30T13:44:49.1586981-03:00;True|2021-04-24T01:23:40.2792064-03:00;True|2021-04-17T05:12:04.5327194-03:00;True|2021-04-17T04:37:31.1793886-03:00;True|2021-04-17T04:32:56.0358574-03:00;True|2021-04-16T19:54:20.8365025-03:00;True|2021-04-16T19:44:57.4662415-03:00;True|2021-04-16T19:42:35.9307953-03:00;True|2021-04-16T19:42:20.8728659-03:00;True|2021-04-16T19:40:31.4475127-03:00;True|2021-04-16T19:40:19.6826907-03:00;True|2021-04-16T19:38:00.1972232-03:00;True|2021-04-16T19:37:31.5558750-03:00;True|2021-04-16T19:36:48.3484571-03:00;True|2021-04-16T19:34:23.1825671-03:00;False|2021-04-16T19:32:45.6776276-03:00;</History>
</PropertyGroup>
</Project>

0 comments on commit 8a44c83

Please sign in to comment.