From 54c3fe004a286a5db30262540eb4f2b5ef5cfa57 Mon Sep 17 00:00:00 2001 From: Cibbi <12004047+Cibbi@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:12:58 +0100 Subject: [PATCH] i'm dumb --- VRLabs.VRCTools.Packaging/Packager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VRLabs.VRCTools.Packaging/Packager.cs b/VRLabs.VRCTools.Packaging/Packager.cs index f7b3671..0093c97 100644 --- a/VRLabs.VRCTools.Packaging/Packager.cs +++ b/VRLabs.VRCTools.Packaging/Packager.cs @@ -29,7 +29,7 @@ public static async Task CreatePackage(string workingDirectory, string out if(Directory.Exists(tempPath)) DeleteDirectory(tempPath); Directory.CreateDirectory(tempPath); - if(!Directory.Exists(outputDirectory)) DeleteDirectory(outputDirectory); + if(!Directory.Exists(outputDirectory)) Directory.CreateDirectory(outputDirectory); string? sha256String = null; data["zipSHA256"] = null;