Skip to content

Commit

Permalink
fix setup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
clovett committed Sep 27, 2023
1 parent 84da0e0 commit 7f25cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpdateVersions/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ private bool UpdateDropFiles(XDocument wixdoc, Version v)
XNamespace ns = wixdoc.Root.Name.Namespace;
XElement product = wixdoc.Root.Element(ns + "Product");

foreach (string subdir in new string[] { "Help", "samples" })
foreach (string subdir in new string[] { "samples" })
{
GetOrCreateDirRef(wixdoc, Path.Combine(this.DropDir, subdir));
}
Expand Down

0 comments on commit 7f25cc1

Please sign in to comment.