Skip to content

Commit

Permalink
Update links and version 1.0.7 / 3.1
Browse files Browse the repository at this point in the history
Electrum-ZCL v1.0.7
based on Electrum v3.1
  • Loading branch information
nimbosa committed Sep 14, 2018
1 parent 28f94dc commit 6401c83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:18.04

ENV VERSION 1.0.2
ENV VERSION 1.0.7

RUN set -x \
&& apt-get update \
&& apt-get install -y curl \
&& curl -sL https://github.com/z-classic/electrum-zcl/archive/${VERSION}.tar.gz |tar xzv \
&& mv electrum-zcl-Z-${VERSION} electrum-zcl \
&& mv electrum-zcl-${VERSION} electrum-zcl \
&& cd electrum-zcl \
&& apt-get install -y $(grep -vE "^\s*#" packages.txt | tr "\n" " ") \
&& pip3 install -r requirements.txt \
Expand Down
6 changes: 3 additions & 3 deletions contrib/build-osx/make_osx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ VERSION=`git describe --tags`
# Paramterize
PYTHON_VERSION=3.6.4
BUILDDIR=/tmp/electrum-build
PACKAGE=Electrum
GIT_REPO=https://github.com/spesmilo/electrum
PACKAGE=Electrum-ZCL
GIT_REPO=https://github.com/z-classic/electrum-zcl


info "Installing Python $PYTHON_VERSION"
Expand Down Expand Up @@ -81,4 +81,4 @@ info "Building binary"
pyinstaller --noconfirm --ascii --name $VERSION contrib/build-osx/osx.spec || fail "Could not build binary"

info "Creating .DMG"
hdiutil create -fs HFS+ -volname $PACKAGE -srcfolder dist/$PACKAGE.app dist/electrum-$VERSION.dmg || fail "Could not create .DMG"
hdiutil create -fs HFS+ -volname $PACKAGE -srcfolder dist/$PACKAGE.app dist/Electrum-ZCL-$VERSION.dmg || fail "Could not create .DMG"
2 changes: 1 addition & 1 deletion contrib/build-osx/osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from PyInstaller.utils.hooks import collect_data_files, collect_submodules, coll
import sys
import os

PACKAGE='Electrum'
PACKAGE='Electrum-ZCL'
PYPKG='electrum'
MAIN_SCRIPT='electrum'
ICONS_FILE='electrum.icns'
Expand Down

0 comments on commit 6401c83

Please sign in to comment.