This Gist describes how to update the max version number of TBSync and EAS Provider above ESR version.
Attention: This process does not ensure the Extension works after update, if breaking changes appear.
Before you are able to execute the script below you need to download the latest version of TBsync and any provider you like to patch from the list below:
Afterwards update the script matching the version numbers.
- zip
- unzip
- jq >= 1.8.1 (maybe lower)
You may want to consider adding
set -euo pipefailbelow the shebang (see, e.g., http://redsymbol.net/articles/unofficial-bash-strict-mode/).Thank you for the script by the way, its quite handy.