From 6f2c44bd6f5b07d286acb33361c9b90ca9f2e4d9 Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Tue, 12 Dec 2017 10:54:53 -0800 Subject: [PATCH] Revert "Testing different build configuration" This reverts commit 9f1c62114a69ba386c34c1e0fd45707251841286. --- build/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.ps1 b/build/build.ps1 index bfc9a8538..465e43915 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -30,7 +30,7 @@ dir dist # verify that binary was built/named correctly # sign binary nuget install secure-file -ExcludeVersion secure-file\tools\secure-file -decrypt build\lbry3.pfx.enc -secret "$env:pfx_key" -# & ${env:SIGNTOOL_PATH} sign /f build\lbry3.pfx /p "$env:key_pass" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.exe +& ${env:SIGNTOOL_PATH} sign /f build\lbry3.pfx /p "$env:key_pass" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.exe python build\upload_assets.py