2
0
Fork 0
MasterPassword/RELEASE.md

16 lines
624 B
Markdown
Raw Permalink Normal View History

2018-04-24 20:14:36 +00:00
To build a release distribution:
2018-05-19 15:45:57 +00:00
Desktop:
STORE_PW=$(mpw masterpassword.keystore) KEY_PW_DESKTOP=$(mpw masterpassword-desktop) gradle --no-daemon clean masterpassword-gui:shadowJar
2018-05-19 15:45:57 +00:00
Android:
STORE_PW=$(mpw masterpassword.keystore) KEY_PW_ANDROID=$(mpw masterpassword-android) gradle --no-daemon clean masterpassword-android:assembleRelease
2018-05-19 15:45:57 +00:00
2018-04-24 20:14:36 +00:00
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.
2018-05-19 15:45:57 +00:00
- The release keystores are not included in the repository. They are maintained by Maarten Billemont (lhunath@lyndir.com).