修复解压缩zip的错误

This commit is contained in:
2025-10-30 17:58:49 +08:00
parent 607af816c4
commit 49c84b886b
4 changed files with 16 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ type (
RestartSelf() error
// RenameRunningFile 重命名正在运行的程序文件(如 message.exe → message.exe~
RenameRunningFile(exePath string) (string, error)
CheckUpdate()
CheckUpdate() (err error)
}
)