You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 jaren geleden
8 jaren geleden
7 jaren geleden
8 jaren geleden
8 jaren geleden
8 jaren geleden
8 jaren geleden
1234567891011121314151617181920212223242526272829303132333435
  1. > LessPass Cordova App for [lesspass.com](https://lesspass.com)
  2. ## requirements
  3. cordova requirements
  4. ## add Cordova platform
  5. cordova platform add android
  6. ## Test
  7. cordova emulate android
  8. ## Build
  9. ./build.sh
  10. ## Run
  11. cordova run android
  12. ## Build Release
  13. cordova build --release -- --keystore=~/Android/lesspass.keystore --storePassword=... --alias=lesspass --password=...
  14. ## License
  15. This project is licensed under the terms of the GNU GPLv3.
  16. ## Issues
  17. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)