mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Update: Use package name in the downloaded apk name
This commit is contained in:
parent
5ad9c5953d
commit
303c576f8e
@ -72,7 +72,7 @@ data class Release(
|
||||
}
|
||||
|
||||
val cacheFileName: String
|
||||
get() = "${hash.replace('/', '-')}.apk"
|
||||
get() = "${packageName}_${hash.replace('/', '-')}.apk"
|
||||
|
||||
fun toJSON() = Json.encodeToString(this)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user