Thunderbird Legacy 68 - prevent automatic update to 78.x
To prevent Thunderbird from automatically updating to latest version, create a file named App/Thunderbird/distribution/profiles.json with the following content:
{
"policies": {
"DisableAppUpdate": true
}
}