This commit is contained in:
Eason010212
2025-09-07 00:34:34 +08:00
parent e0dc8f5697
commit abb9477daa
2 changed files with 2 additions and 4 deletions

View File

@@ -726,7 +726,6 @@ async function daemon_start() {
ping 127.0.0.1 -n 5 >nul
del "mixio.exe"
rename "mixio.exe.tmp" "mixio.exe"
start "" "mixio.exe" start
del "%~f0"`;
try {
// 写入bat脚本
@@ -754,8 +753,7 @@ del "%~f0"`;
sleep 5
rm -f "mixio"
mv "mixio.tmp" "mixio"
chmod +x "mixio"
"./mixio" start
chmod +x "./mixio"
rm -- "$0"`;
try {
// 写入sh脚本