grin is bad at powershell
This commit is contained in:
parent
32f54f18c8
commit
a8a1d95762
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ cd ..\..\
|
|||
Remove-Item -Recurse -Force temp
|
||||
|
||||
# copy requirements from lbry, but remove lbryum (we'll add it back in below) and gmpy and miniupnpc (installed manually)
|
||||
$Skip = @("*lbryum*","*gmpy*","*miniupnpc*")
|
||||
Get-Content ..\lbry\requirements.txt | Where-Object {$_ -notlike $Skip} | Set-Content requirements.txt
|
||||
Get-Content ..\lbry\requirements.txt | Select-String -Pattern 'lbryum|gmpy|miniupnpc' -NotMatch | Out-File requirements.txt
|
||||
# for electron, we install lbryum and lbry using submodules
|
||||
Add-Content requirements.txt "`n../lbryum"
|
||||
Add-Content requirements.txt "`n../lbry"
|
||||
|
|
Loading…
Add table
Reference in a new issue