Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

8 лет назад
7 лет назад
7 лет назад
7 лет назад
7 лет назад
7 лет назад
7 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
1234567891011121314151617181920212223242526
  1. > LessPass Cordova App for [lesspass.com](https://lesspass.com)
  2. ## Check everything ok
  3. ./node_modules/.bin/cordova requirements
  4. ## Add Android platform
  5. ./node_modules/.bin/cordova platform add android
  6. ## Test
  7. ./node_modules/.bin/cordova emulate android
  8. ## Build Release
  9. ./node_modules/.bin/cordova build --release -- --keystore=~/Android/lesspass.keystore --storePassword=... --alias=lesspass --password=...
  10. ## License
  11. This project is licensed under the terms of the GNU GPLv3.
  12. ## Issues
  13. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)