electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit c481e61417c2c0b9f0432bc662f3dc8453fdacd6
parent 584cc5d31f447de1f7675e658718d665e940a3b4
Author: ThomasV <thomasv@electrum.org>
Date:   Tue,  8 Sep 2015 16:52:58 +0200

don't download aes in Makefile

Diffstat:
Mgui/kivy/Makefile | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/gui/kivy/Makefile b/gui/kivy/Makefile @@ -8,8 +8,6 @@ theming: apk: # running pre build setup @cp tools/buildozer.spec ../../buildozer.spec - # get aes.py - @cd ../..; curl -O -L https://raw.github.com/devrandom/slowaes/master/python/aes.py # rename electrum to main.py @mv ../../electrum ../../main.py @-if [ ! -d "../../.buildozer" ];then \ @@ -21,8 +19,6 @@ apk: @make clean clean: # Cleaning up - # remove aes - @-rm ../../aes.py # rename main.py to electrum @-mv ../../main.py ../../electrum # remove buildozer.spec