Future<bool> patchAvailable() async { final path = patchPath; final file = fs.file(path); return file.exists(); }