alex8088 / electron-vite

Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护
https://electron-vite.org
MIT License
3.56k stars 153 forks source link

在窗口打开或程序未退出的情况下,卸载软件时会卸载不完全 #598

Open theores opened 3 months ago

theores commented 3 months ago

Describe the bug

在窗口打开或程序未退出的情况下,卸载软件时无法完全删除安装目录所有文件,只删除了部分文件,并且不会有任何提醒,窗口也不会被关闭,导致可以继续操作窗口,并触发资源无法找到main-proccess error错误。 dccbf78d2b7fce5d03f48a1314a81cc

Electron-Vite Version

2.3.0

Electron Version

31.0.2

Vite Version

2.3.0

Validations

rfirefly commented 3 weeks ago

this is electron-builder's error. https://github.com/electron-userland/electron-builder/issues/8441

leping-zhang commented 3 weeks ago

同样的问题,electron0build的问题,建议升级的25版本