mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
6 lines
170 B
Text
Executable file
6 lines
170 B
Text
Executable file
pushd contrib
|
|
VERSION=$(python -c "import versions; print versions.version_apk")
|
|
popd
|
|
echo $VERSION
|
|
echo $VERSION > contrib/apk_version
|
|
pushd ./gui/kivy/; make apk; popd
|