mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Compress Z3 distribution zip files
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									030aef5d5a
								
							
						
					
					
						commit
						9d45d872a7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -190,7 +190,7 @@ def mk_zip():
 | 
			
		|||
    try:
 | 
			
		||||
        os.chdir(DIST_DIR)
 | 
			
		||||
        zfname = '%s.zip' % dist_path
 | 
			
		||||
        ZIPOUT = zipfile.ZipFile(zfname, 'w')
 | 
			
		||||
        ZIPOUT = zipfile.ZipFile(zfname, 'w', zipfile.ZIP_DEFLATED)
 | 
			
		||||
        os.path.walk(dist_path, mk_zip_visitor, '*')
 | 
			
		||||
        if is_verbose():
 | 
			
		||||
            print "Generated '%s'" % zfname
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue