v1.8.0 #429
@@ -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": {
|
||||||
|
|||||||
@@ -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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
DIR="$(dirname "$(readlink -f "$0")")"
|
|
||||||
"$DIR/termix" --no-sandbox "$@"
|
|
||||||
@@ -1588,4 +1588,4 @@
|
|||||||
"ram": "RAM",
|
"ram": "RAM",
|
||||||
"notAvailable": "N/A"
|
"notAvailable": "N/A"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user