优化版本更新

This commit is contained in:
gyq
2024-09-05 16:19:50 +08:00
parent 34f0b306c9
commit e17b12687f
6 changed files with 33 additions and 15841 deletions

View File

@@ -69,7 +69,7 @@ app.whenReady().then(() => {
setTimeout(() => {
win = null;
app.exit();
}, 1000);
}, 1500);
const installResult = await installExe(tempFilePath);
console.log(`安装结果:${installResult}`);