anki-sync-server/patch_libanki.sh
jdoe0 c398ccdb89 Apply @ndl's patches
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.
2016-11-03 22:32:19 +07:00

4 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
cd "$(dirname ${BASH_SOURCE[0]})/anki-bundled"
patch -p0 < ../libanki.patch