From 478ee2632a9bbd7883a425cd78766333546de4ab Mon Sep 17 00:00:00 2001 From: Henry Ruhs Date: Sun, 28 Jan 2024 17:32:11 +0100 Subject: [PATCH] Fix updates --- update.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update.js b/update.js index 59d6046..063de02 100644 --- a/update.js +++ b/update.js @@ -18,6 +18,14 @@ module.exports = () => message: 'git pull origin 2.2.1', path: 'facefusion' } + }, + { + method: 'shell.run', + params: + { + message: 'git checkout 2.2.1', + path: 'facefusion' + } } ] };