Commit 0835ff88 authored by topjohnwu's avatar topjohnwu Committed by John Wu

Update zipsigner version

parent 2e95d9f0
...@@ -20,7 +20,7 @@ val jar by tasks.getting(Jar::class) { ...@@ -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 {
......
...@@ -199,7 +199,7 @@ def sign_zip(unsigned, output, release): ...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment