Core: update cx-Freeze
This commit is contained in:
		
							parent
							
								
									93a354cd81
								
							
						
					
					
						commit
						8ce3fd5518
					
				
							
								
								
									
										2
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										2
									
								
								setup.py
								
								
								
								
							| 
						 | 
					@ -17,7 +17,7 @@ from Launcher import components, icon_paths
 | 
				
			||||||
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
 | 
					# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
 | 
				
			||||||
import subprocess
 | 
					import subprocess
 | 
				
			||||||
import pkg_resources
 | 
					import pkg_resources
 | 
				
			||||||
requirement = 'cx-Freeze>=6.11'
 | 
					requirement = 'cx-Freeze>=6.13.1'
 | 
				
			||||||
try:
 | 
					try:
 | 
				
			||||||
    pkg_resources.require(requirement)
 | 
					    pkg_resources.require(requirement)
 | 
				
			||||||
    import cx_Freeze
 | 
					    import cx_Freeze
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue