mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +00:00
Merge pull request #496 from WangEdward/main
🔧 Check for mac updates only
This commit is contained in:
commit
85a31ed5ba
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@ extension StoreSearch {
|
|||
return nil
|
||||
}
|
||||
|
||||
components.queryItems = [URLQueryItem(name: "id", value: "\(appId)")]
|
||||
components.queryItems = [
|
||||
URLQueryItem(name: "id", value: "\(appId)"),
|
||||
URLQueryItem(name: "entity", value: "desktopSoftware"),
|
||||
]
|
||||
|
||||
if let country {
|
||||
components.queryItems!.append(country)
|
||||
|
|
Loading…
Reference in a new issue