mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Make the Resources directory if needed.
This commit is contained in:
		
							parent
							
								
									180ceedc09
								
							
						
					
					
						commit
						d892d4e1c0
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -101,6 +101,8 @@ def buildappbundle(executable, output=None, copyfunc=None, creator=None, | |||
| 	# | ||||
| 	if resources: | ||||
| 		resdir = os.path.join(contents, 'Resources') | ||||
| 		if not os.path.isdir(resdir): | ||||
| 			os.mkdir(resdir) | ||||
| 		for src in resources: | ||||
| 			dst = os.path.join(resdir, os.path.split(src)[1]) | ||||
| 			if os.path.isdir(src): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen