mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Change path in schema exporter
This commit is contained in:
parent
93d82358fa
commit
49e36e17f5
@ -1,9 +1,13 @@
|
|||||||
using NewHorizons.External.Configs;
|
#region
|
||||||
using NJsonSchema;
|
|
||||||
using NJsonSchema.Generation;
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NewHorizons.External.Configs;
|
||||||
|
using NJsonSchema;
|
||||||
|
using NJsonSchema.Generation;
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
namespace SchemaExporter;
|
namespace SchemaExporter;
|
||||||
|
|
||||||
@ -11,7 +15,7 @@ public static class SchemaExporter
|
|||||||
{
|
{
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
const string folderName = "Schemas";
|
const string folderName = "NewHorizons/Schemas";
|
||||||
|
|
||||||
Directory.CreateDirectory(folderName);
|
Directory.CreateDirectory(folderName);
|
||||||
Console.WriteLine("Schema Generator: We're winning!");
|
Console.WriteLine("Schema Generator: We're winning!");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user