feat:修复基础格式问题

This commit is contained in:
2026-03-09 23:56:44 +08:00
parent 1e2047e7f1
commit 21ea334e79
6 changed files with 49 additions and 21 deletions

View File

@@ -164,7 +164,8 @@ ipcMain.handle("run-update-tool", async () => {
ipcMain.handle("open-install-settings", async () => {
try {
const { spawn } = await import("node:child_process");
const scriptPath = "/opt/durapps/spark-store/bin/update-upgrade/ss-update-controler.sh";
const scriptPath =
"/opt/durapps/spark-store/bin/update-upgrade/ss-update-controler.sh";
const child = spawn("/opt/spark-store/extras/host-spawn", [scriptPath], {
detached: true,
stdio: "ignore",