mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 06:33:23 +00:00
update license to nuget 4.9 URL
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
359d66b579
commit
dd05c683e0
1 changed files with 1 additions and 5 deletions
|
@ -75,9 +75,6 @@ def mk_icon(source_root):
|
||||||
mk_dir("out/content")
|
mk_dir("out/content")
|
||||||
shutil.copy("{}/resources/icon.jpg".format(source_root), "out/content/icon.jpg")
|
shutil.copy("{}/resources/icon.jpg".format(source_root), "out/content/icon.jpg")
|
||||||
|
|
||||||
def mk_license(source_root):
|
|
||||||
mk_dir("out/content")
|
|
||||||
shutil.copy("{}/LICENSE.txt".format(source_root), "out/content/LICENSE.txt")
|
|
||||||
|
|
||||||
def create_nuget_spec(version, repo, branch, commit):
|
def create_nuget_spec(version, repo, branch, commit):
|
||||||
contents = """<?xml version="1.0" encoding="utf-8"?>
|
contents = """<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
@ -96,7 +93,7 @@ Linux Dependencies:
|
||||||
<tags>smt constraint solver theorem prover</tags>
|
<tags>smt constraint solver theorem prover</tags>
|
||||||
<icon>content/icon.jpg</icon>
|
<icon>content/icon.jpg</icon>
|
||||||
<projectUrl>https://github.com/Z3Prover/z3</projectUrl>
|
<projectUrl>https://github.com/Z3Prover/z3</projectUrl>
|
||||||
<license type="file">content/LICENSE.txt</license>
|
<license type="expression">MIT</license>
|
||||||
<repository type="git" url="{1}" branch="{2}" commit="{3}" />
|
<repository type="git" url="{1}" branch="{2}" commit="{3}" />
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
@ -121,7 +118,6 @@ def main():
|
||||||
unpack(packages)
|
unpack(packages)
|
||||||
mk_targets(source_root)
|
mk_targets(source_root)
|
||||||
mk_icon(source_root)
|
mk_icon(source_root)
|
||||||
mk_license(source_root)
|
|
||||||
create_nuget_spec(version, repo, branch, commit)
|
create_nuget_spec(version, repo, branch, commit)
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue