Okay to name it facefusion as of local scope

This commit is contained in:
henryruhs
2024-04-09 19:35:42 +02:00
parent 1bb08e6b57
commit 638109510e
+1 -1
View File
@@ -2,7 +2,7 @@ const path = require('path');
module.exports = async kernel =>
{
const hasInstall = await kernel.exists(__dirname, 'facefusion') && !await kernel.running(__dirname, 'install.js')
const hasInstall = await kernel.exists(__dirname, 'facefusion') && !await kernel.running(__dirname, 'install.js');
let menu = [];