Skip to content

Commit

Permalink
Detect install
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Apr 9, 2024
1 parent c43fdeb commit 8b7d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit 8b7d7aa

Please sign in to comment.