v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
4 changed files with 3 additions and 6 deletions
Showing only changes of commit f5929953ca - Show all commits

View File

@@ -67,7 +67,7 @@
], ],
"icon": "public/icon.png", "icon": "public/icon.png",
"category": "Development", "category": "Development",
"executableName": "run.sh", "executableName": "termix",
"maintainer": "Termix <mail@termix.site>", "maintainer": "Termix <mail@termix.site>",
"desktop": { "desktop": {
"entry": { "entry": {

View File

@@ -97,7 +97,7 @@ function createWindow() {
mainWindow.webContents.openDevTools(); mainWindow.webContents.openDevTools();
} else { } else {
const indexPath = path.join(appRoot, "dist", "index.html"); const indexPath = path.join(appRoot, "dist", "index.html");
mainWindow.loadFile(indexPath).catch(err => { mainWindow.loadFile(indexPath).catch((err) => {
console.error("Failed to load file:", err); console.error("Failed to load file:", err);
}); });
} }

View File

@@ -1,3 +0,0 @@
#!/bin/bash
DIR="$(dirname "$(readlink -f "$0")")"
"$DIR/termix" --no-sandbox "$@"

View File

@@ -1588,4 +1588,4 @@
"ram": "RAM", "ram": "RAM",
"notAvailable": "N/A" "notAvailable": "N/A"
} }
} }