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