Skip to content

Commit

Permalink
SetupSnk: Small bug fix from RootDirectory to Folders.Source
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Dec 11, 2023
1 parent 786567f commit d6474f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Builder/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ protected override void OnBuildInitialized()

Assert.FileExists(Files.SnkEncZipFile);

Files.SnkEncZipFile.UnZipWithPasswordTo(RootDirectory, BogusSnkZipPassword);
Files.SnkEncZipFile.UnZipWithPasswordTo(Folders.Source, BogusSnkZipPassword);

Assert.FileExists(Files.SnkFile);

Expand Down

0 comments on commit d6474f7

Please sign in to comment.