mirror of
				https://github.com/arsenetar/dupeguru.git
				synced 2025-09-11 17:58:17 +00:00 
			
		
		
		
	Include dbm.dumb for windows build (#490)
cx_Freeze was only including dbm.ndbm which is not available on windows. This should fix hsoft/dupeguru#474
This commit is contained in:
		
							parent
							
								
									f349f6a9b9
								
							
						
					
					
						commit
						6c6271bc69
					
				| @ -143,7 +143,7 @@ def package_windows(): | ||||
|         'build_exe': { | ||||
|             'build_exe': buildpath, | ||||
|             'excludes': [], | ||||
|             'includes': ['atexit'], | ||||
|             'includes': ['atexit', 'dbm.dumb'], | ||||
|             'include_files': include_files, | ||||
|             'include_msvcr': True, | ||||
|             'zip_include_packages': ['*'], | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user