Skip to content

Commit

Permalink
i'm dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Cibbi committed Oct 31, 2023
1 parent f546041 commit 54c3fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VRLabs.VRCTools.Packaging/Packager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static async Task<bool> 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;
Expand Down

0 comments on commit 54c3fe0

Please sign in to comment.