3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

bad merge?

This commit is contained in:
Jakob Rath 2024-02-26 12:02:49 +01:00
parent af017d0906
commit 4a726208af
2 changed files with 4 additions and 12 deletions

View file

@ -96,11 +96,7 @@ def mk_targets(source_root):
def mk_icon(source_root):
mk_dir("out/content")
shutil.copy(f"{source_root}/resources/icon.jpg", "out/content/icon.jpg")
<<<<<<< HEAD
# shutil.copy(f"{source_root}/src/api/dotnet/README.md", "out/content/README.md")
=======
shutil.copy(f"{source_root}/src/api/dotnet/README.md", "out/content/README.md")
>>>>>>> bdc40b1f5f83cca22dc1d6c5808e935a3b50176c
@ -121,7 +117,6 @@ Linux Dependencies:
<copyright>&#169; 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}" />
@ -131,10 +126,6 @@ Linux Dependencies:
<group targetFramework=".netstandard2.0" />
</dependencies>
</metadata>
<files>
<file src="content/README.md" target="content/README.md"/>
<file src="content/icon.jpg" target="content/icon.jpg"/>
</files>
</package>""".format(version, repo, branch, commit, arch)
print(contents)
sym = "sym." if symbols else ""