Fix updates

This commit is contained in:
Henry Ruhs
2024-01-28 17:32:11 +01:00
committed by GitHub
parent 2fe3539b3a
commit 478ee2632a
+8
View File
@@ -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'
}
}
]
};