Skip to content

Commit

Permalink
OSX fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
metalicjames committed Apr 14, 2018
1 parent 5b9bebf commit 8d9267e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/build-osx/make_osx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Parameterize
PYTHON_VERSION=3.6.4
BUILDDIR=/tmp/electrum-build
PACKAGE=Electrum
PACKAGE=Electrum-VTC
GIT_REPO=https://github.com/spesmilo/electrum

. $(dirname "$0")/base.sh
Expand Down
6 changes: 3 additions & 3 deletions contrib/build-osx/osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ from PyInstaller.utils.hooks import collect_data_files, collect_submodules, coll
import sys
import os

PACKAGE='Electrum'
PYPKG='electrum'
MAIN_SCRIPT='electrum'
PACKAGE='Electrum-VTC'
PYPKG='electrum_vtc'
MAIN_SCRIPT='electrum-vtc'
ICONS_FILE='electrum.icns'

for i, x in enumerate(sys.argv):
Expand Down
Binary file modified icons/electrum.ico
Binary file not shown.

0 comments on commit 8d9267e

Please sign in to comment.