Skip to content

Commit

Permalink
Update Installation.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
wwg135 authored Sep 13, 2024
1 parent c78e1bb commit 3de350c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrollInstallerX/Installer/Installation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func doIndirectInstall(_ device: Device) async -> Bool {
UnsafeMutablePointer<UnsafePointer<CChar>?>.init(ptr)
}
if is_persistence_helper_installed(pathPointer) {
Logger.log("持久性助手已安装" (\(path == nil ? "unknown" : String(cString: path!)))", type: .warning)
Logger.log("持久性助手已安装! (\(path == nil ? "unknown" : String(cString: path!)))", type: .warning)
return false
}

Expand Down Expand Up @@ -325,4 +325,4 @@ func doIndirectInstall(_ device: Device) async -> Bool {
}

return true
}
}

0 comments on commit 3de350c

Please sign in to comment.