vfox icon indicating copy to clipboard operation
vfox copied to clipboard

[BUG]: 没有正确处理中止安装时的状态

Open heheda123123 opened this issue 1 year ago • 1 comments

Version 0.4.2 OS Windows

Describe the bug 安装时发现速度慢,C-c之后开启代理重新安装,发现已经处于安装状态了 可以删除掉再安装,不过对于这种安装失败的不应该显示已安装。 具体实现的话,可以在安装最后阶段创建一个代表完成的文件,这样,中途中断的就能被识别到了。

Screenshots[optional] image

heheda123123 avatar May 03 '24 01:05 heheda123123

确实. python这个是在PostInstall中进行的安装. 没有正确处理中断的情况.

aooohan avatar May 07 '24 01:05 aooohan