mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add readme under content
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
91837c3aee
commit
5732c3c980
|
@ -91,7 +91,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/README.md")
|
||||
shutil.copy(f"{source_root}/src/api/dotnet/README.md", "out/content/README.md")
|
||||
|
||||
|
||||
|
||||
|
@ -112,6 +112,7 @@ Linux Dependencies:
|
|||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>smt constraint solver theorem prover</tags>
|
||||
<icon>content/icon.jpg</icon>
|
||||
<readme>content/README>md</readme>
|
||||
<projectUrl>https://github.com/Z3Prover/z3</projectUrl>
|
||||
<license type="expression">MIT</license>
|
||||
<repository type="git" url="{1}" branch="{2}" commit="{3}" />
|
||||
|
@ -121,6 +122,9 @@ Linux Dependencies:
|
|||
<group targetFramework=".netstandard2.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="content/README.md" target="content/README.md"/>
|
||||
</files>
|
||||
</package>""".format(version, repo, branch, commit, arch)
|
||||
print(contents)
|
||||
sym = "sym." if symbols else ""
|
||||
|
|
Loading…
Reference in a new issue