feat: 移动启动服务

This commit is contained in:
unanmed 2024-02-08 17:16:36 +08:00
parent fb83588df5
commit f65502d875
2 changed files with 8 additions and 0 deletions

View File

@ -153,6 +153,14 @@ const compress = type === 'dist';
console.log(e);
}
// 9. 启动服务
try {
await fs.copy('./script/template/启动服务.exe', './dist/启动服务.exe');
} catch (e) {
console.log('移动启动服务失败');
console.log(e);
}
// 9. 压缩
if (compress) {
try {

Binary file not shown.