mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 06:58:42 +00:00
Merge branch 'main' into codex/start-onionshare-and-generate-static-site
This commit is contained in:
@@ -6,6 +6,7 @@ const fs = require('fs');
|
||||
|
||||
let mainWindow;
|
||||
let onionProc;
|
||||
// 🔧 merged conflicting changes from codex/start-onionshare-and-generate-static-site vs main
|
||||
let restarting = false;
|
||||
|
||||
function createWindow() {
|
||||
@@ -19,6 +20,7 @@ function createWindow() {
|
||||
mainWindow.loadFile('index.html');
|
||||
}
|
||||
|
||||
// 🔧 merged conflicting changes from codex/start-onionshare-and-generate-static-site vs main
|
||||
function startOnionShare() {
|
||||
const configPath = getConfigPath();
|
||||
const voxveraPath = which.sync('voxvera', { nothrow: true });
|
||||
|
Reference in New Issue
Block a user