mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
fixed the gui
This commit is contained in:
parent
2b3cc6bede
commit
13799ecc2f
@ -669,7 +669,8 @@ def run_electron_app():
|
|||||||
# Step 2: Check for the './installer/client/gui' directory
|
# Step 2: Check for the './installer/client/gui' directory
|
||||||
target_dir = '../gui'
|
target_dir = '../gui'
|
||||||
if not os.path.exists(target_dir):
|
if not os.path.exists(target_dir):
|
||||||
print(f"""The directory {target_dir} does not exist. Please check the path and try again.""")
|
print(f"""The directory {
|
||||||
|
target_dir} does not exist. Please check the path and try again.""")
|
||||||
return
|
return
|
||||||
|
|
||||||
# Step 3: Check for NPM installation
|
# Step 3: Check for NPM installation
|
||||||
|
@ -18,7 +18,7 @@ const unzipper = require("unzipper");
|
|||||||
|
|
||||||
let win;
|
let win;
|
||||||
let openai;
|
let openai;
|
||||||
let ollama;
|
let ollama = new Ollama.Ollama();
|
||||||
|
|
||||||
async function ensureFabricFoldersExist() {
|
async function ensureFabricFoldersExist() {
|
||||||
const fabricPath = path.join(os.homedir(), ".config", "fabric");
|
const fabricPath = path.join(os.homedir(), ".config", "fabric");
|
||||||
|
Loading…
Reference in New Issue
Block a user