This commit is contained in:
Job Evers-Meltzer 2016-09-19 14:48:08 -07:00
parent 0f89d72360
commit 92adf60c92

View file

@ -15,12 +15,10 @@ notifications:
clone_folder: c:\projects\lbry
init:
- cmd: dir C:\projects\lbry\packaging\windows\
- cmd: powershell '& C:\projects\lbry\packaging\windows\init.ps1'
install:
- cmd: dir C:\projects\lbry\packaging\windows\
- cmd: powershell '& C:\projects\lbry\packaging\windows\init.ps1'
- nuget install secure-file -ExcludeVersion
- secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key%
- ps: '& "c:\projects\lbry\packaging\windows\install.ps1"'