Skip to content

Commit b892e05

Browse files
committed
Fix: Fixed third party notices
1 parent efc5c8a commit b892e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public static class GitHub
221221

222222
public static class DocsPath
223223
{
224-
public const string ThirdPartyNoticePath = @"ms-appx:///.github/NOTICE.md";
224+
public const string ThirdPartyNoticePath = @"ms-appx:///NOTICE.md";
225225
}
226226

227227
public static class Actions

0 commit comments

Comments
 (0)