mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
Added LICENSE.txt to win bin distrib
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ec907a4705
commit
3a4838c6db
|
@ -235,6 +235,10 @@ def cp_vs_runtime():
|
||||||
cp_vs_runtime_core(True)
|
cp_vs_runtime_core(True)
|
||||||
cp_vs_runtime_core(False)
|
cp_vs_runtime_core(False)
|
||||||
|
|
||||||
|
def cp_license():
|
||||||
|
shutil.copy("LICENSE.txt", "%s/%s" % (DIST_DIR, get_dist_path(True)))
|
||||||
|
shutil.copy("LICENSE.txt", "%s/%s" % (DIST_DIR, get_dist_path(False)))
|
||||||
|
|
||||||
# Entry point
|
# Entry point
|
||||||
def main():
|
def main():
|
||||||
if os.name != 'nt':
|
if os.name != 'nt':
|
||||||
|
@ -245,6 +249,7 @@ def main():
|
||||||
mk_z3()
|
mk_z3()
|
||||||
init_project_def()
|
init_project_def()
|
||||||
mk_dist_dir()
|
mk_dist_dir()
|
||||||
|
cp_license()
|
||||||
cp_vs_runtime()
|
cp_vs_runtime()
|
||||||
mk_zip()
|
mk_zip()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue