Removes unnecessary StoreApp convenience properties

This commit is contained in:
Riley Testut
2022-11-15 17:52:44 -06:00
parent a03a5ac76c
commit 3574ed2ed9
2 changed files with 1 additions and 26 deletions

View File

@@ -40,7 +40,7 @@ extension ALTApplication: AppProtocol
extension StoreApp: AppProtocol
{
public var url: URL? {
return self.downloadURL
return self.latestAvailableVersion?.downloadURL
}
}