Skip to content

Commit

Permalink
Updating btcp build settings for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sulmone committed Feb 26, 2018
1 parent 63b30a9 commit 007f7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/build-wine/deterministic.spec
Expand Up @@ -34,7 +34,7 @@ datas = [
# datas += collect_data_files('keepkeylib')

# We don't put these files in to actually include them in the script but to make the Analysis method scan them for imports
a = Analysis([home+'electrum',
a = Analysis([home+'electrum-btcp',
home+'gui/qt/main_window.py',
home+'gui/text.py',
home+'lib/util.py',
Expand Down Expand Up @@ -77,7 +77,7 @@ exe_standalone = EXE(
a.scripts,
a.binaries,
a.datas,
name=os.path.join('build\\pyi.win32\\electrum', cmdline_name + ".exe"),
name=os.path.join('build\\pyi.win32\\electrum-btcp', cmdline_name + ".exe"),
debug=False,
strip=None,
upx=False,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -88,7 +88,7 @@ def readreqs(path):
'locale/*/LC_MESSAGES/electrum.mo',
]
},
scripts=['electrum'],
scripts=['electrum-btcp'],
data_files=data_files,
description="Lightweight Bitcoin Private Wallet",
author="BTCP Community",
Expand Down

0 comments on commit 007f7ea

Please sign in to comment.