The patches fix the issue where syncing across different profiles will always trigger a full sync if there's any change in either of the profiles.
		
			
				
	
	
		
			4 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
cd "$(dirname ${BASH_SOURCE[0]})/anki-bundled"
 | 
						|
patch -p0 < ../libanki.patch
 |