kivy: add release to Makefile
This commit is contained in:
@@ -5,7 +5,7 @@ PYTHON = python
|
|||||||
|
|
||||||
theming:
|
theming:
|
||||||
$(PYTHON) -m kivy.atlas theming/light 1024 theming/light/*.png
|
$(PYTHON) -m kivy.atlas theming/light 1024 theming/light/*.png
|
||||||
apk:
|
prepare:
|
||||||
# running pre build setup
|
# running pre build setup
|
||||||
@cp tools/buildozer.spec ../../buildozer.spec
|
@cp tools/buildozer.spec ../../buildozer.spec
|
||||||
# copy electrum to main.py
|
# copy electrum to main.py
|
||||||
@@ -15,8 +15,14 @@ apk:
|
|||||||
cp -f gui/kivy/tools/blacklist.txt .buildozer/android/platform/python-for-android/src/blacklist.txt;\
|
cp -f gui/kivy/tools/blacklist.txt .buildozer/android/platform/python-for-android/src/blacklist.txt;\
|
||||||
rm -rf ./.buildozer/android/platform/python-for-android/dist;\
|
rm -rf ./.buildozer/android/platform/python-for-android/dist;\
|
||||||
fi
|
fi
|
||||||
|
apk:
|
||||||
|
@make prepare
|
||||||
@-cd ../..; buildozer android debug deploy run
|
@-cd ../..; buildozer android debug deploy run
|
||||||
@make clean
|
@make clean
|
||||||
|
release:
|
||||||
|
@make prepare
|
||||||
|
@-cd ../..; buildozer android release
|
||||||
|
@make clean
|
||||||
clean:
|
clean:
|
||||||
# Cleaning up
|
# Cleaning up
|
||||||
# rename main.py to electrum
|
# rename main.py to electrum
|
||||||
|
|||||||
Reference in New Issue
Block a user