Skip to content

Commit

Permalink
add README path to mk_nuget_task
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 6, 2023
1 parent 8111d87 commit 2c8d338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk_nuget_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def mk_icon(source_root):

def mk_readme(source_root):
mk_dir("out/content")
shutil.copy(f"{source_root}/src/api/dotnet/README.md", "out/content/icon.jpg")
shutil.copy(f"{source_root}/src/api/dotnet/README.md", "out/content/README.md")



Expand Down

0 comments on commit 2c8d338

Please sign in to comment.