# Special case repair for 18.0.235/.236 automatic update failure

## Background

The file keyman-18.0.000.exe in this folder is a copy of keyman-18.0.240.exe
from the parent folder. It is placed here so that api.keyman.com can serve a
file with a version which enumerates earlier in the Keyman for Windows download
cache folder.

This issue was present in 18.0.235 and 18.0.236, and is fixed in 18.0.237 in
PRs #13867 and #14010.

This file will then be installed (actually 18.0.240), and as the patch for this
issue is included in 18.0.240, this will cleanup the cache in a subsequent run,
and the issue will not recur.

## References

* [bug(windows): automatic update from 18.0.202 to 18.0.235 failed due to two keyman-x.y.z.exe in UpdateCache folder #13831](https://github.com/keymanapp/keyman/issues/13831)
* [fix(windows): use json file name against cache folder #13867](https://github.com/keymanapp/keyman/pull/13867)
* [fix(windows): use json file name against cache folder and ename Enter and Exit methods for TState Object #14010](https://github.com/keymanapp/keyman/pull/14010)
* [chore(windows): create special update for 18.0.235 and 18.0.236 releases to ensure update to newer versions #14586](https://github.com/keymanapp/keyman/issues/14586)
* [feat: add check for 18.0.235 and 18.0.236 releases and return the url for a special fix update to 18.0.239 or later api#293](https://github.com/keymanapp/api.keyman.com/issues/293)

