mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 23:18: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 mainWindow;
|
||||||
let onionProc;
|
let onionProc;
|
||||||
|
// 🔧 merged conflicting changes from codex/start-onionshare-and-generate-static-site vs main
|
||||||
let restarting = false;
|
let restarting = false;
|
||||||
|
|
||||||
function createWindow() {
|
function createWindow() {
|
||||||
@@ -19,6 +20,7 @@ function createWindow() {
|
|||||||
mainWindow.loadFile('index.html');
|
mainWindow.loadFile('index.html');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 🔧 merged conflicting changes from codex/start-onionshare-and-generate-static-site vs main
|
||||||
function startOnionShare() {
|
function startOnionShare() {
|
||||||
const configPath = getConfigPath();
|
const configPath = getConfigPath();
|
||||||
const voxveraPath = which.sync('voxvera', { nothrow: true });
|
const voxveraPath = which.sync('voxvera', { nothrow: true });
|
||||||
|
Reference in New Issue
Block a user