mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-07-23 06:20:48 +02:00
Okay to name it facefusion as of local scope
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user