Skip to content

Commit

Permalink
🔧 Check for mac update only
Browse files Browse the repository at this point in the history
  • Loading branch information
WangEdward committed Nov 7, 2023
1 parent 4c044d8 commit 9116ec1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sources/MasKit/Controllers/StoreSearch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 = country {
components.queryItems!.append(country)
Expand Down

0 comments on commit 9116ec1

Please sign in to comment.