2
0

Key calculator and access to the full algorithm.

This commit is contained in:
Maarten Billemont
2018-08-24 13:48:53 -04:00
parent 9a40e52d53
commit d5551c8c8c
12 changed files with 253 additions and 51 deletions

View File

@@ -24,6 +24,8 @@ shadowJar {
attributes 'Implementation-Version': version
}
doLast {
println("doLast: ${System.env.KEY_PW_DESKTOP}");
println("doLast: "+System.getenv( 'KEY_PW_DESKTOP' ));
if (System.getenv( 'KEY_PW_DESKTOP' ) != null)
ant.signjar( jar: archivePath,
alias: 'masterpassword-desktop',