Skip to content
Snippets Groups Projects
Commit dedb2280 authored by wonko's avatar wonko
Browse files

build script

parent 84e8d91a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export ANDROID_HOME=/home/wonko/android-sdk-linux
ionic cordova build android --aot --prod --release --storePassword=$(pass nos/keystore) --password=$(pass nos/app-key)
cp platforms/android/build/outputs/apk/android-release.apk ~/git/plumbing/fdroid-repo/repo/nos.apk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment