diff --git a/electron-builder.json b/electron-builder.json index cfc9e100..218153e1 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -67,7 +67,7 @@ ], "icon": "public/icon.png", "category": "Development", - "executableName": "run.sh", + "executableName": "termix", "maintainer": "Termix ", "desktop": { "entry": { diff --git a/electron/main.cjs b/electron/main.cjs index bf1ba1a3..8f623912 100644 --- a/electron/main.cjs +++ b/electron/main.cjs @@ -97,7 +97,7 @@ function createWindow() { mainWindow.webContents.openDevTools(); } else { 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); }); } diff --git a/electron/run.sh b/electron/run.sh deleted file mode 100644 index 6adb3d99..00000000 --- a/electron/run.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -DIR="$(dirname "$(readlink -f "$0")")" -"$DIR/termix" --no-sandbox "$@" diff --git a/src/locales/ru/translation.json b/src/locales/ru/translation.json index 606e6d8d..4a757ac7 100644 --- a/src/locales/ru/translation.json +++ b/src/locales/ru/translation.json @@ -1588,4 +1588,4 @@ "ram": "RAM", "notAvailable": "N/A" } -} \ No newline at end of file +}