From 4528a68f5c7930b4c248a1395ecb9fd02ad5561e Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 22 May 2017 16:30:50 -0400 Subject: [PATCH] fix windows build version --- build/build.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/build.ps1 b/build/build.ps1 index 7604057c8..24d80f19b 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -18,11 +18,11 @@ Get-Content ..\requirements.txt | Select-String -Pattern 'gmpy|miniupnpc' -NotMa # add in gmpy wheel Add-Content requirements.txt "./gmpy-1.17-cp27-none-win32.whl" +python set_build.py + pip install -r requirements.txt pip install ..\. -python set_build.py - pyinstaller -y daemon.onefile.spec pyinstaller -y cli.onefile.spec @@ -31,4 +31,4 @@ secure-file\tools\secure-file -decrypt .\lbry2.pfx.enc -secret "$env:pfx_key" signtool.exe sign /f .\lbry2.pfx /p "$env:key_pass" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.exe python zip_daemon.py -python release_on_tag.py \ No newline at end of file +python release_on_tag.py