Removes unnecessary StoreApp convenience properties

This commit is contained in:
nythepegasus
2024-05-09 01:46:19 -04:00
committed by ny
parent 989b8e0010
commit 1ae8d336be
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
}
}