mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
fix: 修复卸载请求中的应用名称查找逻辑
更新下载详情组件样式以支持自定义滚动条
This commit is contained in:
@@ -306,12 +306,6 @@ ipcMain.on('remove-installed', async (_event, pkgname: string) => {
|
||||
webContents.send('remove-progress', chunk);
|
||||
});
|
||||
|
||||
child.stderr.on('data', (data) => {
|
||||
const chunk = data.toString();
|
||||
output += chunk;
|
||||
webContents.send('remove-progress', chunk);
|
||||
});
|
||||
|
||||
child.on('close', (code) => {
|
||||
const success = code === 0;
|
||||
// 拼接json消息
|
||||
|
||||
Reference in New Issue
Block a user