mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Merge pull request #2056 from msoeken/nuget-release
Make Ubuntu package more generic
This commit is contained in:
commit
b0fe7d9a21
1 changed files with 2 additions and 6 deletions
|
@ -38,7 +38,7 @@ def download_installs():
|
||||||
urllib.request.urlretrieve(url, "packages/%s" % name)
|
urllib.request.urlretrieve(url, "packages/%s" % name)
|
||||||
|
|
||||||
os_info = {"z64-ubuntu-14" : ('so', 'ubuntu.14.04-x64'),
|
os_info = {"z64-ubuntu-14" : ('so', 'ubuntu.14.04-x64'),
|
||||||
'ubuntu-16' : ('so', 'ubuntu.16.04-x64'),
|
'ubuntu-16' : ('so', 'ubuntu-x64'),
|
||||||
'x64-win' : ('dll', 'win-x64'),
|
'x64-win' : ('dll', 'win-x64'),
|
||||||
'x86-win' : ('dll', 'win-x86'),
|
'x86-win' : ('dll', 'win-x86'),
|
||||||
'osx' : ('dylib', 'macos'),
|
'osx' : ('dylib', 'macos'),
|
||||||
|
@ -91,11 +91,7 @@ def create_nuget_spec():
|
||||||
<iconUrl>https://raw.githubusercontent.com/Z3Prover/z3/master/package/icon.jpg</iconUrl>
|
<iconUrl>https://raw.githubusercontent.com/Z3Prover/z3/master/package/icon.jpg</iconUrl>
|
||||||
<projectUrl>https://github.com/Z3Prover/z3</projectUrl>
|
<projectUrl>https://github.com/Z3Prover/z3</projectUrl>
|
||||||
<licenseUrl>https://raw.githubusercontent.com/Z3Prover/z3/master/LICENSE.txt</licenseUrl>
|
<licenseUrl>https://raw.githubusercontent.com/Z3Prover/z3/master/LICENSE.txt</licenseUrl>
|
||||||
<repository
|
<repository type="git" url="https://github.com/Z3Prover/z3.git" />
|
||||||
type="git"
|
|
||||||
url="https://github.com/Z3Prover/z3.git"
|
|
||||||
branch="master"
|
|
||||||
/>
|
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue