mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-01 17:55:13 +00:00
fix windows build version
This commit is contained in:
parent
00876c7d43
commit
4528a68f5c
1 changed files with 3 additions and 3 deletions
|
@ -18,11 +18,11 @@ Get-Content ..\requirements.txt | Select-String -Pattern 'gmpy|miniupnpc' -NotMa
|
||||||
# add in gmpy wheel
|
# add in gmpy wheel
|
||||||
Add-Content requirements.txt "./gmpy-1.17-cp27-none-win32.whl"
|
Add-Content requirements.txt "./gmpy-1.17-cp27-none-win32.whl"
|
||||||
|
|
||||||
|
python set_build.py
|
||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install ..\.
|
pip install ..\.
|
||||||
|
|
||||||
python set_build.py
|
|
||||||
|
|
||||||
pyinstaller -y daemon.onefile.spec
|
pyinstaller -y daemon.onefile.spec
|
||||||
pyinstaller -y cli.onefile.spec
|
pyinstaller -y cli.onefile.spec
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue