From f47d174f0be050cf2ce7352c8b54c56e2fef7926 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 31 Aug 2016 23:09:01 -0400 Subject: [PATCH] fix file --- .appveyor.yml | 4 ++-- packaging/windows/certs/{pfx.enc => lbry2.pfx.enc} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename packaging/windows/certs/{pfx.enc => lbry2.pfx.enc} (100%) diff --git a/.appveyor.yml b/.appveyor.yml index b208645cf..cf470cd11 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -120,13 +120,13 @@ install: nuget install secure-file -ExcludeVersion - secure-file\tools\secure-file -decrypt "C:\projects\lbry\packaging\windows\certs\pfx.enc" -secret %pfx_key% -out "C:\projects\lbry\packaging\windows\certs\lbry.pfx" + secure-file\tools\secure-file -decrypt "C:\projects\lbry\packaging\windows\certs\lbry2.pfx.enc" -secret %pfx_key% build_script: - ps: >- C:\Python27\python.exe setup.py build bdist_msi - signtool sign /f "C:\projects\lbry\packaging\windows\certs\lbry.pfx" /p %key_pass% /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 "C:\projects\lbry\dist\*.msi" + signtool sign /f "C:\projects\lbry\packaging\windows\certs\lbry2.pfx" /p %key_pass% /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 "C:\projects\lbry\dist\*.msi" test_script: diff --git a/packaging/windows/certs/pfx.enc b/packaging/windows/certs/lbry2.pfx.enc similarity index 100% rename from packaging/windows/certs/pfx.enc rename to packaging/windows/certs/lbry2.pfx.enc