Add scripts and instructions for Linux builds.
This is mostly based on @bensku work. See https://github.com/PhilippC/keepass2android/pull/156
This commit is contained in:
8
src/build-scripts/build-apk.sh
Executable file
8
src/build-scripts/build-apk.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
pushd ../keepass2android
|
||||
|
||||
xabuild keepass2android.csproj /t:SignAndroidPackage "$@"
|
||||
|
||||
popd
|
||||
Reference in New Issue
Block a user