mirror of
https://github.com/oxen-io/session-android.git
synced 2025-07-17 05:38:32 +00:00
Fix website signing task.
This commit is contained in:
parent
956e3924ff
commit
df5114c62c
@ -480,7 +480,7 @@ task signProductionInternalRelease {
|
|||||||
|
|
||||||
task signProductionWebsiteRelease {
|
task signProductionWebsiteRelease {
|
||||||
doLast {
|
doLast {
|
||||||
def variant = android.applicationVariants.find { (it.name == 'websiteRelease') }
|
def variant = android.applicationVariants.find { (it.name == 'websiteProdRelease') }
|
||||||
File signedRelease = signProductionRelease(variant).find { it.name.contains('universal') }
|
File signedRelease = signProductionRelease(variant).find { it.name.contains('universal') }
|
||||||
assembleWebsiteDescriptor(variant, signedRelease)
|
assembleWebsiteDescriptor(variant, signedRelease)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user