Skip to content

Commit 2c8d338

Browse files
add README path to mk_nuget_task
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 8111d87 commit 2c8d338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mk_nuget_task.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def mk_icon(source_root):
8888

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

9393

9494

0 commit comments

Comments
 (0)