mirror of
https://github.com/ayflying/p2p.git
synced 2026-03-05 01:39:23 +00:00
修复解压缩zip的错误
This commit is contained in:
@@ -17,7 +17,7 @@ type (
|
||||
RestartSelf() error
|
||||
// RenameRunningFile 重命名正在运行的程序文件(如 message.exe → message.exe~)
|
||||
RenameRunningFile(exePath string) (string, error)
|
||||
CheckUpdate()
|
||||
CheckUpdate() (err error)
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user