mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-17 02:33:27 +01:00
[AltStore] Improves app installation cancellation/progress tracking
This commit is contained in:
@@ -25,6 +25,8 @@ class AppOperationContext
|
||||
var resignedFileURL: URL?
|
||||
var connection: NWConnection?
|
||||
|
||||
var isFinished = false
|
||||
|
||||
var error: Error? {
|
||||
get {
|
||||
return _error ?? self.group.error
|
||||
|
||||
Reference in New Issue
Block a user