mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Issue #16067: Add description into MSI file to replace installer's temporary name.
This commit is contained in:
		
							parent
							
								
									1f35ae0a3c
								
							
						
					
					
						commit
						78fa5e38a9
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -304,6 +304,8 @@ Tools/Demos
 | 
			
		|||
Build
 | 
			
		||||
-----
 | 
			
		||||
 | 
			
		||||
- Issue #16067: Add description into MSI file to replace installer's temporary name.
 | 
			
		||||
 | 
			
		||||
- Issue #18256: Compilation fix for recent AIX releases.  Patch by
 | 
			
		||||
  David Edelsohn.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1410,7 +1410,10 @@ def merge(msi, feature, rootdir, modules):
 | 
			
		|||
# certname (from config.py) should be (a substring of)
 | 
			
		||||
# the certificate subject, e.g. "Python Software Foundation"
 | 
			
		||||
if certname:
 | 
			
		||||
    os.system('signtool sign /n "%s" /t http://timestamp.verisign.com/scripts/timestamp.dll %s' % (certname, msiname))
 | 
			
		||||
    os.system('signtool sign /n "%s" '
 | 
			
		||||
      '/t http://timestamp.verisign.com/scripts/timestamp.dll '
 | 
			
		||||
      '/d "Python %s" '
 | 
			
		||||
      '%s' % (certname, full_current_version, msiname))
 | 
			
		||||
 | 
			
		||||
if pdbzip:
 | 
			
		||||
    build_pdbzip()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue