Skip to content

Commit

Permalink
DockerMods
Browse files Browse the repository at this point in the history
  • Loading branch information
revenz committed Apr 29, 2024
1 parent 0e25021 commit 63a7804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Generators/RepoGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public static void Run()
Description = x.Description,
Author = x.Author,
Revision = x.Revision,
Icon = x.Icon
Icon = x.Icon,
Path = $"DockerMods/{x.Name}.sh"
}).ToList();
string json = JsonSerializer.Serialize(repo, new JsonSerializerOptions() {
WriteIndented = true,
Expand Down

0 comments on commit 63a7804

Please sign in to comment.