mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +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
|
val cacheFileName: String
|
||||||
get() = "${hash.replace('/', '-')}.apk"
|
get() = "${packageName}_${hash.replace('/', '-')}.apk"
|
||||||
|
|
||||||
fun toJSON() = Json.encodeToString(this)
|
fun toJSON() = Json.encodeToString(this)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user