mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
Update zipsigner version
This commit is contained in:
parent
2e95d9f07e
commit
0835ff88b2
@ -20,7 +20,7 @@ val jar by tasks.getting(Jar::class) {
|
|||||||
val shadowJar by tasks.getting(ShadowJar::class) {
|
val shadowJar by tasks.getting(ShadowJar::class) {
|
||||||
baseName = "zipsigner"
|
baseName = "zipsigner"
|
||||||
classifier = null
|
classifier = null
|
||||||
version = "3.0"
|
version = "4.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
2
build.py
2
build.py
@ -199,7 +199,7 @@ def sign_zip(unsigned, output, release):
|
|||||||
mv(unsigned, output)
|
mv(unsigned, output)
|
||||||
return
|
return
|
||||||
|
|
||||||
signer_name = 'zipsigner-3.0.jar'
|
signer_name = 'zipsigner-4.0.jar'
|
||||||
zipsigner = op.join('app', 'signing', 'build', 'libs', signer_name)
|
zipsigner = op.join('app', 'signing', 'build', 'libs', signer_name)
|
||||||
|
|
||||||
if not op.exists(zipsigner):
|
if not op.exists(zipsigner):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user