mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			484 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			484 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
 | |
|     <String Id="Descriptor">Executables</String>
 | |
|     <String Id="ShortDescriptor">executable</String>
 | |
|     <String Id="ShortcutName">Python {{ShortVersion}} ({{Bitness}})</String>
 | |
|     <String Id="ShortcutDescription">Launches the !(loc.ProductName) interpreter.</String>
 | |
|     <String Id="SupportUrl">http://www.python.org/</String>
 | |
| </WixLocalization>
 | 
