Detect install

This commit is contained in:
henryruhs
2024-04-09 19:22:01 +02:00
parent c43fdeb6c0
commit 8b7d7aada0
+1 -1
View File
@@ -2,7 +2,7 @@ const path = require('path');
module.exports = async kernel =>
{
const hasInstall = await kernel.exists(__dirname, 'facefusion', '.assets');
const hasInstall = await kernel.exists(__dirname, 'facefusion');
let menu = [];