2
0
Maarten Billemont 190a241a25 Java relocation.
2018-06-05 20:19:10 -04:00
..
2018-05-28 22:15:09 -04:00
2018-04-24 16:06:02 -04:00
2018-06-05 20:19:10 -04:00

To build a release distribution:

Desktop:

STORE_PW=$(mpw masterpassword.keystore) KEY_PW=$(mpw masterpassword-desktop) gradle clean masterpassword-gui:shadowJar

Android:

STORE_PW=$(mpw masterpassword.keystore) KEY_PW=$(mpw masterpassword-android) gradle clean masterpassword-android:assembleRelease

Note:

  • At the time of writing, Android does not build with JDK 9+. As such, the above command must be ran with JAVA_HOME pointing to JDK 7-8.
  • The release keystores are not included in the repository. They are maintained by Maarten Billemont (lhunath@lyndir.com).