Skip to content

Commit

Permalink
Update Utils.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Feb 28, 2024
1 parent 9b7fc6b commit f7c739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stella.Build/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace BuildStellaMod;

internal static class Utils
{
public static readonly string DestinationFolder1 = @"C:\GitHub\VS\Stella\Genshin-Impact-ReShade\Build\GitHub";
private static readonly string DestinationFolder1 = @"C:\GitHub\VS\Stella\Genshin-Impact-ReShade\Build\GitHub";

public static async Task DeleteDirectoryIfExistsAsync(string directoryPath)
{
Expand Down

0 comments on commit f7c739c

Please sign in to comment.